Skip to content

Update pulumi/auth-actions action to v2#219

Merged
thecluster-bot[bot] merged 1 commit into
mainfrom
renovate/pulumi-auth-actions-2.x
Jun 1, 2026
Merged

Update pulumi/auth-actions action to v2#219
thecluster-bot[bot] merged 1 commit into
mainfrom
renovate/pulumi-auth-actions-2.x

Conversation

@thecluster-bot

@thecluster-bot thecluster-bot Bot commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
pulumi/auth-actions action major v1v2

Release Notes

pulumi/auth-actions (pulumi/auth-actions)

v2.1.0

Compare Source

Fixes

  • fix: Build with rollup instead of ncc to fix a load crash (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-helpers dependency could not be bundled by ncc. The build now uses rollup (true ESM output), mirroring pulumi/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 / @v2 should upgrade — the v2 tag now points here.

v2.0.0

Compare Source

What's New

  • feat: Update action runtime to Node 24 (breaking change) (#​59)
  • chore: Use @pulumi/actions-helpers (#​54)
  • docs: Remove mention of old admin scope for org tokens on OIDC (#​56)
  • fix: oauth url on windows (#​53)

Breaking change: the action now runs on the Node 24 runtime.

Full Changelog: pulumi/auth-actions@v1.0.1...v2.0.0

v2

Compare Source

v1.0.1

Compare 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)

  • Branch creation
    • "before 4am on the first day of the month"
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@thecluster-bot thecluster-bot Bot enabled auto-merge (squash) June 1, 2026 08:10
@thecluster-bot thecluster-bot Bot merged commit 1931fc6 into main Jun 1, 2026
3 checks passed
@thecluster-bot thecluster-bot Bot deleted the renovate/pulumi-auth-actions-2.x branch June 1, 2026 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants