Skip to content

ci: bump checkout and setup-go off deprecated Node 20#109

Merged
maxlandon merged 1 commit into
masterfrom
dev
Jun 1, 2026
Merged

ci: bump checkout and setup-go off deprecated Node 20#109
maxlandon merged 1 commit into
masterfrom
dev

Conversation

@maxlandon

Copy link
Copy Markdown
Member

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/checkout v4 → v6 (go.yml ×2, codeql.yml, dependency-review.yml, codacy.yml)
  • actions/setup-go v5 → 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@v3 and actions/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

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>
@maxlandon maxlandon merged commit 088046b into master Jun 1, 2026
9 checks passed
@codecov

codecov Bot commented Jun 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 38.33%. Comparing base (86b79fe) to head (000e7c6).
⚠️ Report is 2 commits behind head on master.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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