c83bd015707d4a8c9151f83e11c42c0a0bd9376e
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>
Docker-Build Resource Provider
A Pulumi provider for building modern Docker images with buildx and BuildKit.
Not to be confused with the earlier Docker provider, which is still appropriate for managing resources unrelated to building images.
| Provider | Use cases |
|---|---|
@pulumi/docker-build |
Anything related to building images with docker build. |
@pulumi/docker |
Everything else -- including running containers and creating networks. |
Reference
For more information, including examples and migration guidance, please see the Docker-Build provider's detailed API documentation.
Description
Languages
Go
94.8%
Makefile
4.6%
Shell
0.6%