diff --git a/lib/modules/platform/github/readme.md b/lib/modules/platform/github/readme.md
index 9fb40fe0446c5e5bc69a3cf465ae60d2498d63a5..a12ff89f11c6176b6f646fcf5e7cac57b9e272e0 100644
--- a/lib/modules/platform/github/readme.md
+++ b/lib/modules/platform/github/readme.md
@@ -65,7 +65,7 @@ Any tokens that do not start with `ghs_` (for example tokens from GitHub Enterpr
 
 <!-- prettier-ignore -->
 !!! tip "Third-party tools to regenerate installation tokens"
-    If you're self-hosting Renovate within a GitHub Actions workflow, then you can use the [`jnwng/github-app-installation-token-action`](https://github.com/jnwng/github-app-installation-token-action) or [`tibdex/github-app-token`](https://github.com/tibdex/github-app-token) actions.
+    If you're self-hosting Renovate within a GitHub Actions workflow, then you can use the [`actions/create-github-app-token`](https://github.com/actions/create-github-app-token) action.
     If you use Node.js/CLI, then you can use the [`github-app-installation-token`](https://github.com/gagoar/github-app-installation-token) package.
     If you use Docker, then you can use the [`mshekow/github-app-installation-token`](https://github.com/MShekow/github-app-installation-token) image.