Fix deprecated set-output command, update to node20, bump dependencies#173
Open
ryanlitalien wants to merge 2 commits intoperforce:masterfrom
Open
Fix deprecated set-output command, update to node20, bump dependencies#173ryanlitalien wants to merge 2 commits intoperforce:masterfrom
ryanlitalien wants to merge 2 commits intoperforce:masterfrom
Conversation
added 2 commits
April 1, 2026 18:46
- Update action runtime from node16 to node20 - Bump @actions/core to 1.11.1 for improved GITHUB_OUTPUT handling - Pin convert-action@0.4.0 in build to ensure correct node version - Rebuild dist with updated dependencies Fixes perforce#128
- eslint 8.54.0 → 8.57.0 (perforce#172) - prettier 3.1.0 → 3.2.5 (perforce#171) - uuid 9.0.0 → 9.0.1 (perforce#165) - @actions/core 1.10.0 → 1.10.1 already covered by 1.11.1 bump (perforce#166) - Rebuild dist with updated dependencies Supersedes perforce#165, perforce#166, perforce#171, perforce#172
Contributor
Author
|
For review @jase-perf, @rmaffesoli, @p4paul |
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.
Summary
node16tonode20(node16is deprecated)@actions/coreto 1.11.1 for improvedGITHUB_OUTPUTenv file handlingconvert-action@0.4.0in build script (v0.5.0prematurely writesnode24)dist/index.jswith updated dependenciesFixes #128
Supersedes #165, #166, #171, #172