chore: bump pinned github actions to latest majors - #204
Merged
Conversation
- actions/checkout v4.3.0 -> v7.0.1 - actions/setup-node v4.3.0 -> v7.0.0 - actions/upload-artifact v4.6.2 -> v7.0.1 - annotate each pinned SHA with its version tag Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UTdciRVE8crbaoxq4JyXt4
weiyin
approved these changes
Aug 28, 2026
Merged
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.
Stack 3/3 — based on #203, merge that first. Review only the top commit; the diff will shrink as the stack lands.
mainWhat
All three pinned actions were majors behind:
actions/checkoutactions/setup-nodeactions/upload-artifactEach pinned SHA now carries a
# vX.Y.Zcomment. Nothing in the repo recorded what version a pin was, which is how they drifted this far unnoticed — and dependabot maintains those comments automatically.Why now
The runner is already force-upgrading the old pins. From a run before this change:
That warning is gone on this branch.
Breaking changes reviewed
Two in the majors we cross, neither of which applies here:
checkoutv7 blocks fork-PR checkout underpull_request_target/workflow_run— our workflows use plainpull_request.upload-artifactv7 restricts uploads to a single file only whenarchive: falseis set, which is opt-in. We uploadpath: dist/normally.Also relevant:
setup-nodev5's notes confirm the runner requirement documented in #202 — Node 24 needs runnerv2.327.1or later.Validation
Dispatched CI on this branch, all green:
This branch carries all three layers, so those runs are also the end-to-end check of the full stack.
🤖 Generated with Claude Code
https://claude.ai/code/session_01UTdciRVE8crbaoxq4JyXt4
Generated by Claude Code