Skip to content

fix: update GitHub Actions to Node.js 24-compatible versions#38

Merged
miguelgila merged 2 commits intomainfrom
fix/gh-actions-node24
Mar 16, 2026
Merged

fix: update GitHub Actions to Node.js 24-compatible versions#38
miguelgila merged 2 commits intomainfrom
fix/gh-actions-node24

Conversation

@miguelgila
Copy link
Owner

Summary

  • Update all GitHub Actions to Node.js 24-compatible versions ahead of the June 2, 2026 deprecation deadline
  • Replace archived kenji-miyake/setup-git-cliff@v2 (node20, repo archived) with cargo install git-cliff
  • No FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true workaround — proper version bumps only

Actions updated

Action Before After
actions/checkout v3 / v4 v6
actions/upload-artifact v4 v7
actions/download-artifact v4 v8
actions/create-github-app-token v1 v3
codecov/codecov-action v3 v5
azure/setup-kubectl v3 v4
docker/setup-qemu-action v3 v4
docker/setup-buildx-action v3 v4
docker/login-action v3 v4
docker/build-push-action v5 v7
kenji-miyake/setup-git-cliff v2 cargo install (repo archived)

Unchanged (already compatible)

  • Swatinem/rust-cache@v2 — composite/node24 since v2.9.0
  • sigstore/cosign-installer@v3 — composite action
  • dtolnay/rust-toolchain@stable — composite action
  • taiki-e/install-action — composite action
  • azure/setup-helm@v4 — no node24 release yet (v4.3.1 still node20)
  • softprops/action-gh-release@v2 — no node24 release yet (v2.6.1 still node20)

Test plan

  • CI workflow passes on this PR (fmt, clippy, tests, coverage, build-musl, kind-integration, example-validation)
  • Verify no Node.js 20 deprecation warnings in workflow logs

Closes #35

🤖 Generated with Claude Code

Closes #35

Update all GitHub Actions to versions that use Node.js 24 runtime,
ahead of the June 2, 2026 deprecation of Node.js 20 runners.

Actions updated:
- actions/checkout: v3/v4 → v6
- actions/upload-artifact: v4 → v7
- actions/download-artifact: v4 → v8
- actions/create-github-app-token: v1 → v3
- codecov/codecov-action: v3 → v5
- azure/setup-kubectl: v3 → v4
- docker/setup-qemu-action: v3 → v4
- docker/setup-buildx-action: v3 → v4
- docker/login-action: v3 → v4
- docker/build-push-action: v5 → v7

Replaced archived kenji-miyake/setup-git-cliff@v2 (node20, will
never get node24) with cargo install git-cliff.

Actions already compatible (composite/no Node runtime, unchanged):
- Swatinem/rust-cache@v2, sigstore/cosign-installer@v3,
  dtolnay/rust-toolchain@stable, taiki-e/install-action

Actions with no node24 release yet (kept current):
- azure/setup-helm@v4, softprops/action-gh-release@v2

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Newer BuildKit (shipped with docker/build-push-action v7) no longer
supports variable expansion in COPY --from=builder-${TARGETARCH}.
Use an intermediate FROM stage instead, since FROM supports global
ARG expansion.

Fixes #39

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@codecov
Copy link

codecov bot commented Mar 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.04%. Comparing base (9477f12) to head (3478dee).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #38   +/-   ##
=======================================
  Coverage   85.04%   85.04%           
=======================================
  Files           6        6           
  Lines         301      301           
=======================================
  Hits          256      256           
  Misses         45       45           

☔ 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.

@miguelgila miguelgila merged commit f5291d6 into main Mar 16, 2026
18 checks passed
@miguelgila miguelgila deleted the fix/gh-actions-node24 branch March 16, 2026 13:59
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.

CI: Update GitHub Actions to Node.js 24-compatible versions

1 participant