Update pulumi/esc-action action to v3 - #241
Open
pulumi-renovate[bot] wants to merge 1 commit into
Open
Conversation
pulumi-renovate
Bot
force-pushed
the
renovate/major-pulumi
branch
from
June 17, 2026 11:47
adb8743 to
f2a098d
Compare
pulumi-renovate
Bot
force-pushed
the
renovate/major-pulumi
branch
from
July 16, 2026 03:18
f2a098d to
09bc88b
Compare
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→v3Release Notes
pulumi/esc-action (pulumi/esc-action)
v3.1.0Compare Source
What's changed
A backward-compatible release — no changes required to existing workflows.
@v3picks these up automatically.Fixes
export-environment-variablesand the deprecatedkeysinputs accept entries separated by commas, newlines, or both — so YAML block scalars (|, one entry per line) work as expected instead of silently failing to export.pulumi envsubcommand instead of thepulumi escalias (#48).Maintenance
dist/as generated for GitHub linguist (#51).Full Changelog: pulumi/esc-action@v3.0.0...v3.1.0
v3.0.0Compare Source
Switch from the standalone ESC CLI to the Pulumi CLI
This action now installs the Pulumi CLI and uses its
pulumi esc(alias ofpulumi env) subcommands instead of the standaloneescCLI.PATH: later workflow steps now get thepulumibinary instead ofesc. Steps that invokedesc ...directly must switch topulumi esc ....versioninput: now specifies a Pulumi CLI version (e.g.3.246.0) rather than an ESC CLI version (e.g.0.10.0). Workflows pinning an old ESC version must update or drop the pin.Notes
version:input, the latest Pulumi CLI is resolved at runtime on every run, so@v3always installs the newest CLI.pulumi upwork too.install()now fails fast with a clear error if thepulumibinary isn't present after extraction.Full changelog: #47
v3Compare Source
v2.0.0Compare Source
Breaking changes
Other changes
pulumi/esc-action@v2.ESC_ACTION_OIDC_ORGANZATION→ESC_ACTION_OIDC_ORGANIZATION(the action readsESC_ACTION_OIDC_ORGANIZATION).Upgrading
Update your workflows to reference the new major version:
Full Changelog: pulumi/esc-action@v1.6.0...v2.0.0
v2Compare Source
Configuration
📅 Schedule: (UTC)
* * * * 1-5)🚦 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.
This PR has been generated by Mend Renovate.