Modernize release workflow to eliminate Node 20 and set‑output deprecations#32
Draft
Copilot wants to merge 2 commits into
Draft
Modernize release workflow to eliminate Node 20 and set‑output deprecations#32Copilot wants to merge 2 commits into
Copilot wants to merge 2 commits into
Conversation
Agent-Logs-Url: https://github.com/MathiasDevelopes/inskewl/sessions/d2b73831-9c5e-4fd1-82ad-6678a42eec9e Co-authored-by: MathiasDevelopes <25400788+MathiasDevelopes@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update GitHub workflow for releasing new version
Modernize release workflow to eliminate Node 20 and set‑output deprecations
May 20, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the GitHub Actions release workflow to remove deprecation warnings by modernizing action versions, moving the build to Node.js 24, and switching to a single-step GitHub Release + asset upload action while keeping releases as drafts.
Changes:
- Upgraded
actions/checkoutandactions/setup-nodeto@v4and set the build Node.js version to24. - Replaced
actions/create-release+actions/upload-release-assetwithsoftprops/action-gh-release@v2, attachingdist/inskewl.user.jsdirectly. - Added a job-level env var intended to force JavaScript actions onto Node 24.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
The release workflow emitted deprecation warnings for Node.js 20–based actions and
set-outputusage. This update refreshes the release pipeline to supported actions and removes the deprecated release/upload flow while preserving the draft release behavior.Workflow action updates
actions/checkout@v4andactions/setup-node@v4.Release publishing
actions/create-release@v1+actions/upload-release-asset@v1withsoftprops/action-gh-release@v2and attach the userscript directly.Example (new release step):