chore(ci): bump GitHub Actions to Node 24-compatible versions#204
Merged
Conversation
GitHub deprecated Node.js 20 on Actions runners. Node 20 will be forced off on 2026-06-02 (default switches to Node 24) and removed on 2026-09-16. Bump every pinned action in this repo whose current SHA still runs on Node 20 to the latest stable release that declares using: node24. Version changes: - actions/checkout v4.2.2 -> v6.0.2 - actions/setup-go v5.4.0 -> v6.4.0 - tj-actions/changed-files v45.0.9 -> v47.0.6 Refs: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
lei-wego
approved these changes
May 21, 2026
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.
Summary
GitHub deprecated Node.js 20 in Actions runners. Node 20 will be forced off the runner on 2026-06-02 (default switches to Node 24) and removed on 2026-09-16. See the deprecation changelog.
This PR bumps every pinned action in
check.ymlwhose current SHA still runs on Node 20 to the latest stable release that declaresusing: node24. The "comment-above-uses:" convention used in this file is preserved.Tracking ticket: PAY-2146
Reference thread: #payments-platform discussion
Sibling PRs: wego/olympias#3496, wego/payments#1988, wego/payments-react-component#360
Version changes
actions/checkoutactions/setup-gotj-actions/changed-filestj-actions/changed-files@v45.0.9is also Node 20 per itsaction.yml, even though it was not named in GitHub's deprecation annotation. Bumping it here completes the Node 20 sweep for this workflow.Test plan
Run Style Check And Unit Test(check.yml) passes on this PR — exercisescheckout,changed-files,setup-go🤖 Generated with Claude Code