Update pulumi/auth-actions action to v2 (#877)
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 <details> <summary>pulumi/auth-actions (pulumi/auth-actions)</summary> ### [`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 </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19--> Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
9802dd5ed4
commit
c83bd01570
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/prerelease.yml
vendored
2
.github/workflows/prerelease.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/run-acceptance-tests.yml
vendored
2
.github/workflows/run-acceptance-tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user