Update pulumi/auth-actions action to v2#219
Merged
Merged
Conversation
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.
This PR contains the following updates:
v1→v2Release Notes
pulumi/auth-actions (pulumi/auth-actions)
v2.1.0Compare Source
Fixes
ReferenceError: require is not defined in ES module scope) that broke v2.0.0 for all consumers (#63).v2.0.0 failed to load on every run because the ncc-produced CommonJS bundle was loaded as ESM (
"type": "module"), and the@pulumi/actions-helpersdependency could not be bundled by ncc. The build now uses rollup (true ESM output), mirroringpulumi/esc-action. A CI smoke-test was added that runs the built action on node24 to guard against this class of regression.Anyone on v2.0.0 /
@v2should upgrade — thev2tag now points here.v2.0.0Compare Source
What's New
@pulumi/actions-helpers(#54)Breaking change: the action now runs on the Node 24 runtime.
Full Changelog: pulumi/auth-actions@v1.0.1...v2.0.0
v2Compare Source
v1.0.1Compare Source
Fix how the url is built for windows runtime. By using path.Join, it would incorrectly use the window's filesystem path separator which is not correct for the URL.
Configuration
📅 Schedule: (in timezone America/Chicago)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.