Conversation
GitHub is forcing Node 20 actions onto Node 24 from 2026-06-16 and removing the Node 20 runtime on 2026-09-16. Bump the first-party actions the runner flagged to their current Node 24 majors: - actions/checkout v4 -> v6 (all workflows) - actions/setup-go v5 -> v6 (go.yml) codecov/codecov-action (also Node 20) is left at v4 here: it overlaps an in-progress change to the coverage-upload step, and will be bumped to v5 as part of that rework. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #109 +/- ##
=======================================
Coverage 38.33% 38.33%
=======================================
Files 59 59
Lines 9516 9516
=======================================
Hits 3648 3648
Misses 5785 5785
Partials 83 83 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
The runner warned that several actions still run on Node 20 (forced to Node 24 on 2026-06-16, runtime removed 2026-09-16). Bump the first-party actions it flagged to their current Node 24 majors:
actions/checkoutv4 → v6 (go.yml ×2, codeql.yml, dependency-review.yml, codacy.yml)actions/setup-gov5 → v6 (go.yml ×2)Left as-is:
codecov/codecov-action@v4(also Node 20) — overlaps an in-progress change to the coverage-upload step; will be bumped to v5 as part of that rework, to avoid a conflict.github/codeql-action@v3andactions/dependency-review-action@v4— not flagged (maintained on Node 24 within their current majors).codacy/codacy-analysis-cli-action— SHA-pinned Docker action, not Node-based.Version-string changes only; the PR's own checks validate the new action majors before merge.
🤖 Generated with Claude Code