Skip to content

Update first-party Pulumi dependencies - #3125

Open
pulumi-renovate[bot] wants to merge 2 commits into
masterfrom
renovate/pulumi
Open

Update first-party Pulumi dependencies#3125
pulumi-renovate[bot] wants to merge 2 commits into
masterfrom
renovate/pulumi

Conversation

@pulumi-renovate

@pulumi-renovate pulumi-renovate Bot commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@pulumi/aws (source) 7.41.07.43.0 age confidence
@pulumi/aws-native (source) 1.74.11.76.0 age confidence
@pulumi/pulumi (source) 3.256.03.259.0 age confidence
github.com/pulumi/pulumi-aws-native/sdk v1.74.1v1.76.0 age confidence
github.com/pulumi/pulumi-dotnet/pulumi-language-dotnet/v3 v3.111.0v3.113.0 age confidence
github.com/pulumi/pulumi/pkg/v3 v3.256.0v3.259.0 age confidence

Release Notes

pulumi/pulumi-aws (@​pulumi/aws)

v7.43.0

Compare Source

What's Changed

Full Changelog: pulumi/pulumi-aws@v7.42.0...v7.43.0

v7.42.0

Compare Source

What's Changed
New Contributors

Full Changelog: pulumi/pulumi-aws@v7.41.0...v7.42.0

pulumi/pulumi-aws-native (@​pulumi/aws-native)

v1.76.0

Compare Source

Changelog

v1.75.0

Compare Source

Changelog

pulumi/pulumi (@​pulumi/pulumi)

v3.259.0

Compare Source

Features
  • [cli/new] Show a single confirmation of project, stack, and config defaults in interactive pulumi new instead of prompting for each value #​24223
  • [cli] Introduce PULUMI_DEFAULT_ORGANIZATION to be able to set the default org #​24384
Bug Fixes
  • [cli/stack] Announce Created stack when creating a stack against the Pulumi Cloud backend #​24280
  • [cli] Retry pulumi neo cancellation requests that the service rejects and keep Esc responsive instead of showing "Cancelling..." forever #​24267
  • [cli/import] Generate a component resource definition when importing local components #​24294
  • [auto/nodejs] Remove Node.js Automation API output buffer limit #​24333
  • [sdk/go] Always emit the value and environment keys when serializing esc.Value and esc.Range, matching the fields the ESC OpenAPI contract marks required #​24346
  • [engine] Fix the engine returning extension package refs for non-parameterised packages against the same base #​24347
  • [cli/neo] Fix approval replies and mode changes being silently dropped when the outbound event queue is full #​24370
  • [codegen/go] Fix nondeterministic Go program codegen for objects that mix null and typed properties #​24366
  • [cli/do] Keep snippets when delete fails, so delete can be retried #​24271
  • [cli/package] Report every schema validation error when pulumi package add fails to bind a package schema #​24367
  • [programgen/python] Fix casing of local component outputs #​24379
  • [cli/policy] Make policy group ls respect the default org #​24385
Improvements
  • [cli] Explain which state backend pulumi login failed against, where that backend was configured, and how to change it #​24322
  • [backend/diy] Report the state backend URL as configured when it cannot be opened, adding the resolved form when normalization changed it, and name a local path a state directory rather than a bucket #​24335
  • [sdkgen/python] Type constant properties as Literal[value] instead of their primitive type #​24358
  • [cli/plugin] Add --parallel flag to pulumi plugin install #​24369
  • [cli] Fix progress bar rendering for parallel plugin installs #​24372

v3.258.0

Compare Source

Features
  • [cli] Add opt-in encryption of stored credentials with a key protected by the operating system, selected with PULUMI_CREDENTIAL_STORE #​24212
  • [cli/new] Ask for a cloud provider and language in interactive pulumi new instead of listing every template #​24226
  • [sdk/go] Add policyx.NewStackValidationPolicy and wire up the analyzer's AnalyzeStack RPC so Go policy packs can validate the full stack #​24232
Bug Fixes
  • [sdkgen/go] Generate valid Go package clauses for schema modules whose names contain hyphens #​24288
  • [sdkgen/nodejs] Export schema modules whose names contain hyphens under a valid sanitized identifier, including their type namespaces #​24288
  • [cli/import] pulumi preview --import-file no longer emits unknown values, and pulumi import rejects files that contain them #​24261
  • [auto/python] Add missing program argument on preview_refresh and preview_destroy stack methods #​24274
  • [cli/new] Fix cloning templates and repositories into paths containing symlinks with absolute targets #​24329
  • [cli/do] Fix global project lookup #​24334
Improvements
  • [sdk/python] Use the resource monitor's advertised feature set consistently throughout the Python SDK #​24308
Miscellaneous
  • [cli] Rewrite the pulumi login and pulumi logout help text to cover all supported state backends and document PULUMI_ACCESS_TOKEN, --default-org, and --interactive #​24319

v3.257.0

Compare Source

Features
  • [cli] Offer to create a first project after logging in to an account with no stacks #​24133
  • [cli/do] Auto-assign identifiers to existing stack resources in pulumi do input expressions, and add pulumi do show-resources to list them #​24184
  • [cli/do] Make "pulumi do <pkg> <resource> patch <name> work in stateful mode, overlaying the supplied inputs onto the existing snippet" #​24295
  • [cli/state] Implement pulumi state get to show individual resources #​24191
  • [cli/do] Fall back to an auto-created project and stack under PULUMI_HOME when pulumi do is invoked outside of a Pulumi project #​24231
Bug Fixes
  • [sdkgen/go] Generated output-form invokes pass their arguments to the core SDK without resolving them first, so invoke dependencies can be inferred from arguments; generated SDKs now require pulumi SDK v3.255.0 or later #​24060
  • [cli] Make 'pulumi stack history events --summary report the program errors from the language host #​24111
  • [cli/cloud] pulumi api: repeated -H/--header values for the same header name now all reach the wire, instead of each one silently overwriting the last #​24180
  • [cli/package] Maintain --server when adding to the packages section of Pulumi.yaml #​24189
  • [sdk/go] Fix panics in hooks to not crash the entire process #​24218
  • [programgen/go] for expressions are now generated as Go loops #​24228
  • [programgen/go] Fix invalid _ := index statement emitted for resources with a numeric range whose value variable is unused #​24227
  • [sdk/python] Report an error instead of hanging when a Python resource depends on its own parent #​24230
  • [sdkgen/go] Generate the missing Go input types for resource input properties that are deeply nested collections of object types #​24236
  • [programgen/go] Rename properties that collide with reserved names (e.g. elementType) the same way SDK codegen does, instead of emitting uncompilable code #​24235
  • [cli/display] Show the value being added when a refresh or provider diff reports an added property #​24245
  • [cli/plugin] Track when a plugin was last run so pulumi plugin ls reports an accurate last-used time on all platforms #​24251
  • [engine] Show secrets in diff display when --show-secrets is passed #​24253
  • [cli] Exit promptly when a command is cancelled while an HTTP request is being retried #​24276
Improvements
  • [sdk/nodejs] Improve error message when resource registrations are still pending when pulumi exits #​24082
  • [cli] Pass the invoked command (e.g. pulumi new) to the browser-based login/signup flow so Pulumi Cloud can attribute signups to the command that triggered them #​24192
Miscellaneous
  • [sdkgen] Extension-parameterized packages now namespace their resource and function tokens under their own package name rather than the base provider's #​24143
  • [java] Upgrade java to v1.35.0 #​24202
  • [backend/diy] The deprecation warning is now an error. PULUMI_DIY_BACKEND_IGNORE_DEPRECATION_WARNING is now PULUMI_DIY_BACKEND_IGNORE_DEPRECATION_ERROR. #​24216
  • [java] Upgrade java to v1.36.0 #​24243
  • [sdk/dotnet] Upgrade dotnet to v3.111.1 #​24249
pulumi/pulumi-dotnet (github.com/pulumi/pulumi-dotnet/pulumi-language-dotnet/v3)

v3.113.0

Compare Source

Improvements
  • [runtime] Improve .NET program generation performance by avoiding allocations while normalizing common Pulumi tokens #​1119
Dependencies
  • [runtime] Update github.com/pulumi/pulumi/pkg/v3 to v3.259.0

v3.112.1

Compare Source

Bug Fixes
  • [sdk] Restore the pre-extension RegisterPackageRequest constructor so SDKs compiled against Pulumi < 3.109.0 no longer fail with MissingMethodException at runtime #​1131

  • [sdk] Generated extension-parameterized SDKs now declare a minimum Pulumi version of 3.109.0, matching the RegisterPackageRequest constructor they use #​1133

Dependencies
  • [runtime] Update github.com/pulumi/pulumi/pkg/v3 to v3.258.0

v3.112.0

Compare Source

Improvements
  • [sdk] Extending Config class to support passing JsonSerializerOptions #​370
Dependencies
  • [runtime] Update github.com/pulumi/pulumi/pkg/v3 to v3.257.0

v3.111.1

Compare Source

Bug Fixes
Dependencies
  • [runtime] Update github.com/cloudflare/circl to v1.6.5
pulumi/pulumi (github.com/pulumi/pulumi/pkg/v3)

v3.259.0

Compare Source

3.259.0 (2026-08-19)

Features
  • [cli/new] Show a single confirmation of project, stack, and config defaults in interactive pulumi new instead of prompting for each value #​24223
  • [cli] Introduce PULUMI_DEFAULT_ORGANIZATION to be able to set the default org #​24384
Bug Fixes
  • [cli/stack] Announce Created stack when creating a stack against the Pulumi Cloud backend #​24280
  • [cli] Retry pulumi neo cancellation requests that the service rejects and keep Esc responsive instead of showing "Cancelling..." forever #​24267
  • [cli/import] Generate a component resource definition when importing local components #​24294
  • [auto/nodejs] Remove Node.js Automation API output buffer limit #​24333
  • [sdk/go] Always emit the value and environment keys when serializing esc.Value and esc.Range, matching the fields the ESC OpenAPI contract marks required #​24346
  • [engine] Fix the engine returning extension package refs for non-parameterised packages against the same base #​24347
  • [cli/neo] Fix approval replies and mode changes being silently dropped when the outbound event queue is full #​24370
  • [codegen/go] Fix nondeterministic Go program codegen for objects that mix null and typed properties #​24366
  • [cli/do] Keep snippets when delete fails, so delete can be retried #​24271
  • [cli/package] Report every schema validation error when pulumi package add fails to bind a package schema #​24367
  • [programgen/python] Fix casing of local component outputs #​24379
  • [cli/policy] Make policy group ls respect the default org #​24385
Improvements
  • [cli] Explain which state backend pulumi login failed against, where that backend was configured, and how to change it #​24322
  • [backend/diy] Report the state backend URL as configured when it cannot be opened, adding the resolved form when normalization changed it, and name a local path a state directory rather than a bucket #​24335
  • [sdkgen/python] Type constant properties as Literal[value] instead of their primitive type #​24358
  • [cli/plugin] Add --parallel flag to pulumi plugin install #​24369
  • [cli] Fix progress bar rendering for parallel plugin installs #​24372

v3.258.0

Compare Source

3.258.0 (2026-08-17)

Features
  • [cli] Add opt-in encryption of stored credentials with a key protected by the operating system, selected with PULUMI_CREDENTIAL_STORE #​24212
  • [cli/new] Ask for a cloud provider and language in interactive pulumi new instead of listing every template #​24226
  • [sdk/go] Add policyx.NewStackValidationPolicy and wire up the analyzer's AnalyzeStack RPC so Go policy packs can validate the full stack #​24232
Bug Fixes
  • [sdkgen/go] Generate valid Go package clauses for schema modules whose names contain hyphens #​24288
  • [sdkgen/nodejs] Export schema modules whose names contain hyphens under a valid sanitized identifier, including their type namespaces #​24288
  • [cli/import] pulumi preview --import-file no longer emits unknown values, and pulumi import rejects files that contain them #​24261
  • [auto/python] Add missing program argument on preview_refresh and preview_destroy stack methods #​24274
  • [cli/new] Fix cloning templates and repositories into paths containing symlinks with absolute targets #​24329
  • [cli/do] Fix global project lookup #​24334
Improvements
  • [sdk/python] Use the resource monitor's advertised feature set consistently throughout the Python SDK #​24308
Miscellaneous
  • [cli] Rewrite the pulumi login and pulumi logout help text to cover all supported state backends and document PULUMI_ACCESS_TOKEN, --default-org, and --interactive #​24319

v3.257.0

Compare Source

3.257.0 (2026-08-13)

Features
  • [cli] Offer to create a first project after logging in to an account with no stacks #​24133
  • [cli/do] Auto-assign identifiers to existing stack resources in pulumi do input expressions, and add pulumi do show-resources to list them #​24184
  • [cli/do] Make "pulumi do <pkg> <resource> patch <name> work in stateful mode, overlaying the supplied inputs onto the existing snippet" #​24295
  • [cli/state] Implement pulumi state get to show individual resources #​24191
  • [cli/do] Fall back to an auto-created project and stack under PULUMI_HOME when pulumi do is invoked outside of a Pulumi project #​24231
Bug Fixes
  • [sdkgen/go] Generated output-form invokes pass their arguments to the core SDK without resolving them first, so invoke dependencies can be inferred from arguments; generated SDKs now require pulumi SDK v3.255.0 or later #​24060
  • [cli] Make 'pulumi stack history events --summary report the program errors from the language host #​24111
  • [cli/cloud] pulumi api: repeated -H/--header values for the same header name now all reach the wire, instead of each one silently overwriting the last #​24180
  • [cli/package] Maintain --server when adding to the packages section of Pulumi.yaml #​24189
  • [sdk/go] Fix panics in hooks to not crash the entire process #​24218
  • [programgen/go] for expressions are now generated as Go loops #​24228
  • [programgen/go] Fix invalid _ := index statement emitted for resources with a numeric range whose value variable is unused #​24227
  • [sdk/python] Report an error instead of hanging when a Python resource depends on its own parent #​24230
  • [sdkgen/go] Generate the missing Go input types for resource input properties that are deeply nested collections of object types #​24236
  • [programgen/go] Rename properties that collide with reserved names (e.g. elementType) the same way SDK codegen does, instead of emitting uncompilable code #​24235
  • [cli/display] Show the value being added when a refresh or provider diff reports an added property #​24245
  • [cli/plugin] Track when a plugin was last run so pulumi plugin ls reports an accurate last-used time on all platforms #​24251
  • [engine] Show secrets in diff display when --show-secrets is passed #​24253
  • [cli] Exit promptly when a command is cancelled while an HTTP request is being retried #​24276
Improvements
  • [sdk/nodejs] Improve error message when resource registrations are still pending when pulumi exits #​24082
  • [cli] Pass the invoked command (e.g. pulumi new) to the browser-based login/signup flow so Pulumi Cloud can attribute signups to the command that triggered them #​24192
Miscellaneous
  • [sdkgen] Extension-parameterized packages now namespace their resource and function tokens under their own package name rather than the base provider's #​24143
  • [java] Upgrade java to v1.35.0 #​24202
  • [backend/diy] The deprecation warning is now an error. PULUMI_DIY_BACKEND_IGNORE_DEPRECATION_WARNING is now PULUMI_DIY_BACKEND_IGNORE_DEPRECATION_ERROR. #​24216
  • [java] Upgrade java to v1.36.0 #​24243
  • [sdk/dotnet] Upgrade dotnet to v3.111.1 #​24249

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • Monday through Friday (* * * * 1-5)

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate.

@pulumi-renovate pulumi-renovate Bot added dependencies Pull requests that update a dependency file impact/no-changelog-required This issue doesn't require a CHANGELOG update labels Aug 12, 2026
@pulumi-renovate
pulumi-renovate Bot enabled auto-merge (squash) August 12, 2026 11:29
@pulumi-renovate

pulumi-renovate Bot commented Aug 12, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: examples/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):

  • 57 additional dependencies were updated

Details:

Package Change
github.com/aws/aws-sdk-go-v2 v1.41.11 -> v1.43.0
github.com/aws/aws-sdk-go-v2/config v1.32.21 -> v1.32.31
github.com/aws/aws-sdk-go-v2/service/ssm v1.69.0 -> v1.73.0
github.com/pulumi/pulumi/sdk/v3 v3.256.0 -> v3.259.0
cloud.google.com/go/auth v0.20.0 -> v0.22.0
cloud.google.com/go/iam v1.11.0 -> v1.12.0
cloud.google.com/go/kms v1.31.0 -> v1.33.0
cloud.google.com/go/logging v1.18.0 -> v1.19.0
cloud.google.com/go/longrunning v1.0.0 -> v1.2.0
cloud.google.com/go/monitoring v1.29.0 -> v1.30.0
cloud.google.com/go/storage v1.62.2 -> v1.64.0
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.21.1 -> v1.22.0
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.13.1 -> v1.14.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.33.0 -> v1.35.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.56.0 -> v0.59.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.56.0 -> v0.59.0
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.12 -> v1.7.14
github.com/aws/aws-sdk-go-v2/credentials v1.19.20 -> v1.19.30
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.26 -> v1.18.31
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.27 -> v1.4.31
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.27 -> v2.7.31
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.27 -> v1.4.32
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.10 -> v1.13.13
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.9.19 -> v1.9.24
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.26 -> v1.13.31
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.26 -> v1.19.32
github.com/aws/aws-sdk-go-v2/service/kms v1.53.1 -> v1.55.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.103.0 -> v1.106.0
github.com/aws/aws-sdk-go-v2/service/signin v1.1.2 -> v1.5.0
github.com/aws/aws-sdk-go-v2/service/sso v1.31.0 -> v1.33.0
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.36.3 -> v1.38.0
github.com/aws/aws-sdk-go-v2/service/sts v1.43.0 -> v1.45.0
github.com/aws/smithy-go v1.27.0 -> v1.27.4
github.com/charmbracelet/x/ansi v0.11.7 -> v0.11.8
github.com/felixge/httpsnoop v1.0.4 -> v1.1.0
github.com/googleapis/enterprise-certificate-proxy v0.3.16 -> v0.3.19
github.com/googleapis/gax-go/v2 v2.22.0 -> v2.23.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.29.0 -> v2.30.0
github.com/mattn/go-runewidth v0.0.27 -> v0.0.28
github.com/spiffe/go-spiffe/v2 v2.7.0 -> v2.8.1
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e -> v1.0.0
go.opentelemetry.io/collector/featuregate v1.64.0 -> v1.65.0
go.opentelemetry.io/collector/pdata v1.64.0 -> v1.65.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.69.0 -> v0.70.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.69.0 -> v0.70.0
gocloud.dev v0.46.1-0.20260629181806-a12ddce30739 -> v0.46.1-0.20260810195832-b5401c07b5f1
golang.org/x/crypto v0.54.0 -> v0.55.0
golang.org/x/mod v0.37.0 -> v0.38.0
golang.org/x/net v0.57.0 -> v0.58.0
golang.org/x/text v0.40.0 -> v0.41.0
golang.org/x/tools v0.47.0 -> v0.48.0
google.golang.org/api v0.283.0 -> v0.290.0
google.golang.org/genproto v0.0.0-20260526163538-3dc84a4a5aaa -> v0.0.0-20260724162435-b2f20204f0df
google.golang.org/genproto/googleapis/api v0.0.0-20260803160001-6ac0973c030d -> v0.0.0-20260819154853-08b0e4226688
google.golang.org/genproto/googleapis/rpc v0.0.0-20260803160001-6ac0973c030d -> v0.0.0-20260819154853-08b0e4226688
google.golang.org/grpc v1.83.0 -> v1.83.1
google.golang.org/protobuf v1.36.11 -> v1.36.12
File name: examples/simple-go/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.253.0 -> v3.256.0
File name: examples/write-only-go/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.253.0 -> v3.256.0
File name: provider/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):

  • 35 additional dependencies were updated

Details:

Package Change
github.com/aws/aws-sdk-go-v2 v1.41.11 -> v1.43.0
github.com/aws/aws-sdk-go-v2/config v1.32.21 -> v1.32.31
github.com/aws/aws-sdk-go-v2/credentials v1.19.20 -> v1.19.30
github.com/aws/aws-sdk-go-v2/service/s3 v1.103.0 -> v1.106.0
github.com/aws/aws-sdk-go-v2/service/sts v1.43.0 -> v1.45.0
github.com/aws/smithy-go v1.27.0 -> v1.27.4
github.com/pulumi/pulumi/sdk/v3 v3.256.0 -> v3.259.0
google.golang.org/grpc v1.83.0 -> v1.83.1
google.golang.org/protobuf v1.36.11 -> v1.36.12
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.12 -> v1.7.14
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.26 -> v1.18.31
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.27 -> v1.4.31
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.27 -> v2.7.31
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.27 -> v1.4.32
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.10 -> v1.13.13
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.9.19 -> v1.9.24
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.26 -> v1.13.31
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.26 -> v1.19.32
github.com/aws/aws-sdk-go-v2/service/signin v1.1.2 -> v1.5.0
github.com/aws/aws-sdk-go-v2/service/sso v1.31.0 -> v1.33.0
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.36.3 -> v1.38.0
github.com/charmbracelet/x/ansi v0.11.7 -> v0.11.8
github.com/cloudflare/circl v1.6.3 -> v1.6.5
github.com/grpc-ecosystem/grpc-gateway/v2 v2.29.0 -> v2.30.0
github.com/mattn/go-runewidth v0.0.27 -> v0.0.28
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e -> v1.0.0
go.opentelemetry.io/collector/featuregate v1.64.0 -> v1.65.0
go.opentelemetry.io/collector/pdata v1.64.0 -> v1.65.0
golang.org/x/crypto v0.54.0 -> v0.55.0
golang.org/x/mod v0.37.0 -> v0.38.0
golang.org/x/net v0.57.0 -> v0.58.0
golang.org/x/text v0.40.0 -> v0.41.0
golang.org/x/tools v0.47.0 -> v0.48.0
google.golang.org/genproto/googleapis/api v0.0.0-20260803160001-6ac0973c030d -> v0.0.0-20260819154853-08b0e4226688
google.golang.org/genproto/googleapis/rpc v0.0.0-20260803160001-6ac0973c030d -> v0.0.0-20260819154853-08b0e4226688

@github-actions

Copy link
Copy Markdown
Contributor

Does the PR have any schema changes?

Generated by schema-tools v0.8.1.

Looking good! No breaking changes found.
No new resources/functions/types.

@codecov

codecov Bot commented Aug 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 60.42%. Comparing base (d729621) to head (234751b).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3125   +/-   ##
=======================================
  Coverage   60.42%   60.42%           
=======================================
  Files          58       58           
  Lines        8157     8157           
=======================================
  Hits         4929     4929           
  Misses       2870     2870           
  Partials      358      358           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@pulumi-renovate pulumi-renovate Bot changed the title Update module github.com/pulumi/pulumi-dotnet/pulumi-language-dotnet/v3 to v3.111.1 Update first-party Pulumi dependencies Aug 13, 2026
@pulumi-renovate
pulumi-renovate Bot force-pushed the renovate/pulumi branch 6 times, most recently from 03719e4 to a4f8ab5 Compare August 20, 2026 19:23
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.

1 participant