ci: bump actions/checkout v4 -> v5 (clear Node 20 deprecation)#176
Merged
Conversation
actions/checkout@v4 runs on the deprecated Node 20 runtime, which GitHub now force-runs on Node 24 and warns about on every job. v5 targets Node 24 natively. Bump all uses in the tracked workflows (release.yml, pr-build-check.yml). Third-party actions (svenstaro/upload-release-action, tpaschalis/ s3-sync-action, appleboy/ssh-action) are left as-is; they are not the actions/* Node-20 source flagged here. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Why
actions/checkout@v4runs on the deprecated Node 20 runtime; GitHub now force-runs it on Node 24 and emits a deprecation warning on every job (visible in recentipctool-releaseruns):Change
Bump all
actions/checkoutuses@v4→@v5(Node 24 native) in the tracked workflows:release.yml(×2) andpr-build-check.yml(×2).Third-party actions (
svenstaro/upload-release-action,tpaschalis/s3-sync-action,appleboy/ssh-action) are left as-is — they're not theactions/*Node-20 source flagged here.Validated with
actionlint(clean).🤖 Generated with Claude Code