From c83bd015707d4a8c9151f83e11c42c0a0bd9376e Mon Sep 17 00:00:00 2001 From: "pulumi-renovate[bot]" <189166143+pulumi-renovate[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 05:42:52 +0000 Subject: [PATCH] Update pulumi/auth-actions action to v2 (#877) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pulumi/auth-actions](https://redirect.github.com/pulumi/auth-actions) | action | major | `v1.0.1` -> `v2.1.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
pulumi/auth-actions (pulumi/auth-actions) ### [`v2.1.0`](https://redirect.github.com/pulumi/auth-actions/releases/tag/v2.1.0) [Compare Source](https://redirect.github.com/pulumi/auth-actions/compare/v2.0.0...v2.1.0) ##### 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](https://redirect.github.com/pulumi/auth-actions/issues/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`](https://redirect.github.com/pulumi/auth-actions/releases/tag/v2.0.0) [Compare Source](https://redirect.github.com/pulumi/auth-actions/compare/v1.0.1...v2.0.0) ##### What's New - feat: Update action runtime to Node 24 (**breaking change**) ([#​59](https://redirect.github.com/pulumi/auth-actions/pull/59)) - chore: Use `@pulumi/actions-helpers` ([#​54](https://redirect.github.com/pulumi/auth-actions/pull/54)) - docs: Remove mention of old admin scope for org tokens on OIDC ([#​56](https://redirect.github.com/pulumi/auth-actions/pull/56)) - fix: oauth url on windows ([#​53](https://redirect.github.com/pulumi/auth-actions/pull/53)) **Breaking change:** the action now runs on the Node 24 runtime. **Full Changelog:** https://github.com/pulumi/auth-actions/compare/v1.0.1...v2.0.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - Monday through Friday ( * * * * 1-5 ) (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 [Renovate Bot](https://redirect.github.com/renovatebot/renovate). Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- .github/workflows/prerelease.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/run-acceptance-tests.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f71620e..4c16b14 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -339,7 +339,7 @@ jobs: run: make install_${{ matrix.language}}_sdk - name: Generate Pulumi Access Token id: generate_pulumi_token - uses: pulumi/auth-actions@1c89817aab0c66407723cdef72b05266e7376640 # v1.0.1 + uses: pulumi/auth-actions@141415910c3beb54e03b48e9057c204c97b956f2 # v2.1.0 with: organization: pulumi requested-token-type: urn:pulumi:token-type:access_token:organization diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index e5695e5..ab6933c 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -295,7 +295,7 @@ jobs: run: make install_${{ matrix.language}}_sdk - name: Generate Pulumi Access Token id: generate_pulumi_token - uses: pulumi/auth-actions@1c89817aab0c66407723cdef72b05266e7376640 # v1.0.1 + uses: pulumi/auth-actions@141415910c3beb54e03b48e9057c204c97b956f2 # v2.1.0 with: organization: pulumi requested-token-type: urn:pulumi:token-type:access_token:organization diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1689d70..7464ddc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -295,7 +295,7 @@ jobs: run: make install_${{ matrix.language}}_sdk - name: Generate Pulumi Access Token id: generate_pulumi_token - uses: pulumi/auth-actions@1c89817aab0c66407723cdef72b05266e7376640 # v1.0.1 + uses: pulumi/auth-actions@141415910c3beb54e03b48e9057c204c97b956f2 # v2.1.0 with: organization: pulumi requested-token-type: urn:pulumi:token-type:access_token:organization diff --git a/.github/workflows/run-acceptance-tests.yml b/.github/workflows/run-acceptance-tests.yml index aada908..fd25fa7 100644 --- a/.github/workflows/run-acceptance-tests.yml +++ b/.github/workflows/run-acceptance-tests.yml @@ -446,7 +446,7 @@ jobs: run: make install_${{ matrix.language}}_sdk - name: Generate Pulumi Access Token id: generate_pulumi_token - uses: pulumi/auth-actions@1c89817aab0c66407723cdef72b05266e7376640 # v1.0.1 + uses: pulumi/auth-actions@141415910c3beb54e03b48e9057c204c97b956f2 # v2.1.0 with: organization: pulumi requested-token-type: urn:pulumi:token-type:access_token:organization