Skip to content

chore: bump pinned github actions to latest majors - #204

Merged
aeaa1998 merged 2 commits into
mainfrom
claude/bump-gh-actions-3bmfm4
Aug 28, 2026
Merged

chore: bump pinned github actions to latest majors#204
aeaa1998 merged 2 commits into
mainfrom
claude/bump-gh-actions-3bmfm4

Conversation

@aeaa1998

Copy link
Copy Markdown
Contributor

Stack 3/3 — based on #203, merge that first. Review only the top commit; the diff will shrink as the stack lands.

What

All three pinned actions were majors behind:

Action From To
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

Each pinned SHA now carries a # vX.Y.Z comment. 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:

Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@08eba0b2…

That warning is gone on this branch.

Breaking changes reviewed

Two in the majors we cross, neither of which applies here:

  • checkout v7 blocks fork-PR checkout under pull_request_target / workflow_run — our workflows use plain pull_request.
  • upload-artifact v7 restricts uploads to a single file only when archive: false is set, which is opt-in. We upload path: dist/ normally.

Also relevant: setup-node v5's notes confirm the runner requirement documented in #202 — Node 24 needs runner v2.327.1 or 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

- 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
@aeaa1998
aeaa1998 marked this pull request as ready for review August 28, 2026 17:46
@aeaa1998
aeaa1998 requested a review from weiyin August 28, 2026 17:59
Base automatically changed from claude/npm-audit-deps-3bmfm4 to main August 28, 2026 19:28
@aeaa1998
aeaa1998 merged commit 945e3a9 into main Aug 28, 2026
6 checks passed
@aeaa1998
aeaa1998 deleted the claude/bump-gh-actions-3bmfm4 branch August 28, 2026 19:28
@aeaa1998 aeaa1998 mentioned this pull request Aug 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants