chore(ci): bump GitHub Actions to Node.js 24 versions#3700
Merged
Conversation
GitHub Actions will force all actions to Node.js 24 starting June 2, 2026 and remove Node.js 20 from the runner on September 16, 2026. The deprecation warning currently shows up on every workflow run. - actions/checkout@v4 -> @v5 - actions/setup-node@v4 -> @v5 - actions/github-script@v7 -> @v8 - nick-fields/retry@v3 -> @v4 Workflows touched: - api-dev.yaml - api-pr.yaml - api-prd.yaml - api-migration-check.yaml - auto-release-pr.yaml - codeql.yml - pr-review-bot.yml Ref: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
Every workflow run currently emits this deprecation notice:
Ref: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Changes
actions/checkout@v4@v5actions/setup-node@v4@v5actions/github-script@v7@v8nick-fields/retry@v3@v4Note: this is the minimal jump to Node.js 24. Each of these has further majors available (
checkout@v6,setup-node@v6,github-script@v9) — bumping the rest can happen in a follow-up if desired.github/codeql-action@v4is already current;azure/webapps-deploy@v3was not flagged by the deprecation warning.Files touched
.github/workflows/api-dev.yaml.github/workflows/api-pr.yaml.github/workflows/api-prd.yaml.github/workflows/api-migration-check.yaml.github/workflows/auto-release-pr.yaml.github/workflows/codeql.yml.github/workflows/pr-review-bot.ymlTest plan