Skip to content

ci: bump actions/checkout to v7 to clear Node 20 deprecation - #271

Merged
afinetooth merged 1 commit into
mainfrom
ci/bump-checkout-node24
Aug 19, 2026
Merged

ci: bump actions/checkout to v7 to clear Node 20 deprecation#271
afinetooth merged 1 commit into
mainfrom
ci/bump-checkout-node24

Conversation

@afinetooth

Copy link
Copy Markdown
Member

GitHub now forces actions targeting Node 20 onto Node 24 and emits a deprecation
warning on every job that uses one
(changelog).

actions/checkout was the only such action in this repo, and it was behind in all
three workflows:

Workflow Was Now
smoke-test.yml @v4 @v7
test.yml @v3 @v7
update-major-version-tag.yml @v4 @v7

Because the smoke test runs a four-platform matrix, it alone emitted four of these
warnings on every run — most of the annotation noise on
run 32308989350.

v7 matches what coverage-reporter's workflows already use, so the two repos stay
in step.

Not addressed here

The remaining two warnings on that run (The following taps are not trusted: aws/tap,
macOS legs only) come from GitHub's hosted macOS runner image, which ships with
aws/tap pre-tapped while recent Homebrew requires explicit tap trust. Nothing in
this repo triggers it and the only workaround is HOMEBREW_NO_REQUIRE_TAP_TRUST=1,
which Homebrew discourages. Left alone for GitHub to clear in a runner-image update.

Verification

CI-only change; no action code touched. test.yml exercises the action itself and
runs on this PR. The smoke test can be re-run manually after merge to confirm the
four Node 20 annotations are gone.

🤖 Generated with Claude Code

GitHub is forcing actions that target Node 20 onto Node 24, and warns on every
job that uses one. actions/checkout was the only such action here, appearing in
all three workflows -- v4 in smoke-test.yml and update-major-version-tag.yml,
v3 in test.yml.

The smoke test runs a four-platform matrix, so it alone emitted four of these
warnings per run.

v7 matches what coverage-reporter's workflows already use.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@afinetooth
afinetooth merged commit 7eaec0f into main Aug 19, 2026
72 checks passed
@afinetooth
afinetooth deleted the ci/bump-checkout-node24 branch August 19, 2026 22:51
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.

1 participant