chore(ci): bump checkout + setup-node to v6#17
Merged
Conversation
GitHub Actions started forcing v4 of these actions onto Node.js 24 runners with a deprecation annotation on every run (Node 20, the runtime v4 was built against, is end-of-life on the runners). v5 addressed it; v6 is the current latest stable. Workflows already pin node-version: 24 internally, so the runner-side bump matches. Out of scope: actions/upload-artifact@v4 wasn't in the deprecation warning — leave for another bump if it surfaces.
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
Silences the Node.js 20 deprecation annotation that fired on every workflow run after v0.38.0. v4 of these actions targets the Node 20 runtime, which the GitHub-hosted runners are forcing onto Node 24:
v5 addressed it; v6 is the current latest stable major. Workflows already pin
node-version: 24for the script side, so the runner-side bump matches.Out of scope
actions/upload-artifact@v4(referenced once inci.yml) was not in the deprecation warning, so this PR leaves it alone. Worth its own bump only if it surfaces in a future warning.Test plan
grep -rn 'actions/(checkout|setup-node)@' .github/workflows/confirms all six call sites moved to@v6