Skip to content

Update first-party Pulumi dependencies to v3.165.0 (minor)#2353

Open
pulumi-renovate[bot] wants to merge 1 commit intomasterfrom
renovate/minor-3.165-pulumi
Open

Update first-party Pulumi dependencies to v3.165.0 (minor)#2353
pulumi-renovate[bot] wants to merge 1 commit intomasterfrom
renovate/minor-3.165-pulumi

Conversation

@pulumi-renovate
Copy link
Contributor

@pulumi-renovate pulumi-renovate bot commented Feb 4, 2026

This PR contains the following updates:

Package Type Update Change
@pulumi/pulumi (source) dependencies minor 3.162.0 -> 3.165.0
github.com/pulumi/pulumi/pkg/v3 require minor v3.162.0 -> v3.165.0
pulumi (changelog) dependencies minor ==3.162.0 -> ==3.165.0

Release Notes

pulumi/pulumi (@​pulumi/pulumi)

v3.165.0

Compare Source

Features
  • [cli] Add PULUMI_RUN_PROGRAM environment variable to globally set --run-program
    #​19293

  • [auto/{go,nodejs,python}] Add --run-program to automation api for destroy and refresh
    #​19218

  • [auto/nodejs] Add the ability to configure a remote executor image
    #​19286

  • [programgen] Support provider resources in generatehcl2definition
    #​19192

  • [sdk/dotnet] Update dotnet to v3.79.0
    #​19302

  • [cli/package] Change default registry source to private

  • [sdk/nodejs] Add resourceName and resourceType to get the runtime name and type token for resources
    #​18842

  • [sdk/nodejs] Add --exclude and --exclude-dependents to the NodeJS Automation API
    #​19270

  • [sdk/python] Add bootstrap-less mode for Python component providers
    #​19198

  • [sdk/python] Add pulumi.type_token decorator
    #​19309

Bug Fixes
  • [engine] Fix ImportID being lost from state during update operations
    #​19314

  • [pkg] Update Dependencies in the JSON schema
    #​19282

  • [cli/import] Fix an error when importing a resource that already exists with the matching ID
    #​19290

  • [cli/install] Handle local plugin paths with a version number
    #​19254

  • [cli/package] Detect readme in subdir for package publishing
    #​19298

  • [programgen] Fix generation of ImportID when building programs from state
    #​19237

  • [sdk/go] Make log message for "Hiding logs" less visible
    #​19261

  • [sdk/go] Improve output when plugin crashes
    #​19305

  • [components/nodejs] Fix component construct when the there's a namespace in the name field in `package.json
    #​19242

  • [sdk/nodejs] Don't discard non-outputty component outputs
    #​19228

  • [sdk/nodejs] Use PackageSpec.Dependencies for component provider dependencies
    #​19236

Miscellaneous
  • [sdk/{nodejs,python}] Don’t install python/nodejs runtimes during make build
    #​19250

v3.163.0

Compare Source

Features
  • [cli/display] Display [unknown] rather than output in diffs
    #​19204

  • [programgen] Add import to HCL2 serialization as well as other missing functions
    #​19163

  • [programgen/{dotnet,go,nodejs,python}] Utilize resource option import in codegen for go, nodejs, python, dotnet
    #​19177

  • [cli/package] Save package source to packages in Pulumi.yaml on package add
    #​19157

  • [sdk/python] Add static pulumi_type property to resource classes
    #​19221

Bug Fixes
  • [cli/new] Don't require to be logged in to retrieve templates
    #​19196

  • [engine] Fix ReplaceOnChanges being respected during deleteBeforeReplace checks
    #​19188

  • [programgen/go] Fix handling of build metadata in provider versions
    #​19149

  • [sdk/python] Support optional types using 3.10 union syntax
    #​19207

Miscellaneous
  • [sdk/nodejs] Target ES2020 instead of ES2016
    #​19191
pulumi/pulumi (github.com/pulumi/pulumi/pkg/v3)

v3.165.0

Compare Source

3.165.0 (2025-04-25)

Features
  • [cli] Add PULUMI_RUN_PROGRAM environment variable to globally set --run-program
    #​19293

  • [auto/{go,nodejs,python}] Add --run-program to automation api for destroy and refresh
    #​19218

  • [auto/nodejs] Add the ability to configure a remote executor image
    #​19286

  • [programgen] Support provider resources in generatehcl2definition
    #​19192

  • [sdk/dotnet] Update dotnet to v3.79.0
    #​19302

  • [cli/package] Change default registry source to private

  • [sdk/nodejs] Add resourceName and resourceType to get the runtime name and type token for resources
    #​18842

  • [sdk/nodejs] Add --exclude and --exclude-dependents to the NodeJS Automation API
    #​19270

  • [sdk/python] Add bootstrap-less mode for Python component providers
    #​19198

  • [sdk/python] Add pulumi.type_token decorator
    #​19309

Bug Fixes
  • [engine] Fix ImportID being lost from state during update operations
    #​19314

  • [pkg] Update Dependencies in the JSON schema
    #​19282

  • [cli/import] Fix an error when importing a resource that already exists with the matching ID
    #​19290

  • [cli/install] Handle local plugin paths with a version number
    #​19254

  • [cli/package] Detect readme in subdir for package publishing
    #​19298

  • [programgen] Fix generation of ImportID when building programs from state
    #​19237

  • [sdk/go] Make log message for "Hiding logs" less visible
    #​19261

  • [sdk/go] Improve output when plugin crashes
    #​19305

  • [components/nodejs] Fix component construct when the there's a namespace in the name field in `package.json
    #​19242

  • [sdk/nodejs] Don't discard non-outputty component outputs
    #​19228

  • [sdk/nodejs] Use PackageSpec.Dependencies for component provider dependencies
    #​19236

Miscellaneous
  • [sdk/{nodejs,python}] Don’t install python/nodejs runtimes during make build
    #​19250

v3.163.0

Compare Source

3.163.0 (2025-04-16)

Features
  • [cli/display] Display [unknown] rather than output in diffs
    #​19204

  • [programgen] Add import to HCL2 serialization as well as other missing functions
    #​19163

  • [programgen/{dotnet,go,nodejs,python}] Utilize resource option import in codegen for go, nodejs, python, dotnet
    #​19177

  • [cli/package] Save package source to packages in Pulumi.yaml on package add
    #​19157

  • [sdk/python] Add static pulumi_type property to resource classes
    #​19221

Bug Fixes
  • [cli/new] Don't require to be logged in to retrieve templates
    #​19196

  • [engine] Fix ReplaceOnChanges being respected during deleteBeforeReplace checks
    #​19188

  • [programgen/go] Fix handling of build metadata in provider versions
    #​19149

  • [sdk/python] Support optional types using 3.10 union syntax
    #​19207

Miscellaneous
  • [sdk/nodejs] Target ES2020 instead of ES2016
    #​19191

Configuration

📅 Schedule: Branch creation - "before 10am every weekday" (UTC), 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 these updates again.


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

This PR has been generated by Renovate Bot.

@pulumi-renovate pulumi-renovate bot added the dependencies Pull requests that update a dependency file label Feb 4, 2026
@pulumi-renovate pulumi-renovate bot requested a review from jkodroff as a code owner February 4, 2026 04:00
@pulumi-renovate pulumi-renovate bot added impact/no-changelog-required This issue doesn't require a CHANGELOG update dependencies Pull requests that update a dependency file labels Feb 4, 2026
@pulumi-renovate pulumi-renovate bot enabled auto-merge (squash) February 4, 2026 04:00
@pulumi-renovate
Copy link
Contributor Author

pulumi-renovate bot commented Feb 4, 2026

ℹ Artifact update notice

File name: misc/test/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
github.com/pulumi/pulumi/sdk/v3 v3.162.0 -> v3.165.0
File name: testing-integration/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
github.com/pulumi/pulumi/sdk/v3 v3.162.0 -> v3.165.0

@pulumi-renovate pulumi-renovate bot force-pushed the renovate/minor-3.165-pulumi branch 2 times, most recently from 1a8d482 to fb57fe9 Compare February 4, 2026 11:56
@pulumi-renovate pulumi-renovate bot force-pushed the renovate/minor-3.165-pulumi branch from fb57fe9 to 4c14684 Compare February 5, 2026 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file impact/no-changelog-required This issue doesn't require a CHANGELOG update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants