Fix Node.js 20 action deprecation warnings across all workflows - #10
Merged
Conversation
…ctions to node24 Co-authored-by: insane66613 <8126035+insane66613@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update the release workflow to modify code files for versioning
Update release workflow: auto-update version in code files and upgrade GitHub Actions to Node.js 24
Mar 12, 2026
…props/action-gh-release Co-authored-by: insane66613 <8126035+insane66613@users.noreply.github.com>
Copilot
AI
changed the title
Update release workflow: auto-update version in code files and upgrade GitHub Actions to Node.js 24
Fix Node.js 20 action deprecation warnings across all workflows
Mar 12, 2026
insane66613
marked this pull request as ready for review
March 12, 2026 23:25
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.
GitHub is deprecating Node.js 20 actions runners (forced migration to Node.js 24 on June 2, 2026). All five flagged actions needed remediation.
Priority*
Purpose of the PR*
Eliminate Node.js 20 action deprecation warnings and ensure workflows remain functional after the June 2026 forced Node.js 24 migration.
Changes*
Actions upgraded to node24-native versions (across
release.yml,build-zip.yml,e2e.yml,prettier.yml,greetings.yml):actions/checkout@v4(node20)@v6(node24)actions/setup-node@v4(node20)@v6(node24)actions/upload-artifact@v4(node20)@v7(node24)actions/first-interaction@v1(node20)@v3(node24)Actions without a node24 release yet —
pnpm/action-setup@v4andsoftprops/action-gh-release@v2both still shipusing: node20. AddedFORCE_JAVASCRIPT_ACTIONS_TO_NODE24: trueat the job level in every job that uses them:Affected jobs:
release(release.yml),build(build-zip.yml),chrome+firefox(e2e.yml).greetings.yml: Updatedfirst-interactioninput names from hyphenated to underscored (repo_token,issue_message,pr_message) to match the v3 action API.release.yml: Also added a version-sync step that strips thevprefix from the triggering tag and runsbash-scripts/update_version.shbefore the build, so allpackage.jsonfiles are stamped with the release version automatically.How to check the feature
Trigger the release workflow (or any other workflow) and confirm no "Node.js 20 actions are deprecated" warnings appear in the job logs.
Reference
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24is the official opt-in env var for actions that haven't yet published a node24 build.📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.