Skip to content

chore: DEVPLAT-7373 fix Node.js 20 deprecated GitHub Actions#374

Merged
arturv-infra merged 2 commits intomainfrom
kristianm/node20-deprecated-actions
Mar 24, 2026
Merged

chore: DEVPLAT-7373 fix Node.js 20 deprecated GitHub Actions#374
arturv-infra merged 2 commits intomainfrom
kristianm/node20-deprecated-actions

Conversation

@kristianmills
Copy link
Copy Markdown
Contributor

@kristianmills kristianmills commented Mar 20, 2026

Summary

Upgrades GitHub Actions that use the deprecated Node.js 20 runtime to Node.js 24 compatible versions.

Node.js 20 actions will be forced to run on Node.js 24 by default starting June 2nd, 2026. See the GitHub deprecation notice.

Changes made:

  • actions/checkout@v3actions/checkout@v6
  • actions/setup-node@v3actions/setup-node@v6

🤖 Generated with Claude Code

DEVPLAT-7373


Note

Low Risk
Low risk: updates only GitHub Actions versions in CI/release workflows; main impact is potential workflow behavior changes from upstream action upgrades.

Overview
Updates the CI and release GitHub workflows to use Node.js 24–compatible action versions by bumping actions/checkout and actions/setup-node from @v3 to @v6.

No build/test/release commands change; this is strictly a workflow dependency upgrade to avoid upcoming runtime deprecations.

Written by Cursor Bugbot for commit f9e210e. This will update automatically on new commits. Configure here.

@kristianmills kristianmills marked this pull request as ready for review March 23, 2026 18:20
@arturv-infra arturv-infra merged commit 256744d into main Mar 24, 2026
8 checks passed
@arturv-infra arturv-infra deleted the kristianm/node20-deprecated-actions branch March 24, 2026 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants