Skip to content

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

Open
kristianmills wants to merge 4 commits intomasterfrom
kristianm/node20-deprecated-actions
Open

chore: DEVPLAT-7373 fix Node.js 20 deprecated GitHub Actions#73
kristianmills wants to merge 4 commits intomasterfrom
kristianm/node20-deprecated-actions

Conversation

@kristianmills
Copy link
Copy Markdown
Contributor

@kristianmills kristianmills commented Apr 29, 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:

  • cycjimmy/semantic-release-action@v2cycjimmy/semantic-release-action@v5
  • hashicorp/setup-terraform@v1hashicorp/setup-terraform@v4

🤖 Generated with Claude Code

DEVPLAT-7373


Note

Low Risk
Low risk CI-only change; main risk is workflow breakage if the new action major versions change defaults or inputs.

Overview
Updates the CI workflow to use newer GitHub Action major versions: hashicorp/setup-terraform from v1 to v4, and cycjimmy/semantic-release-action from v2 to v5.

Bumps the configured semantic_version used by the release job from 19 to 24 to match the updated action.

Reviewed by Cursor Bugbot for commit 3522a19. Bugbot is set up for automated code reviews on this repo. Configure here.

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit b1a8594. Configure here.

Comment thread .github/workflows/terraform_and_release.yml Outdated
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.

1 participant