Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2025

Bumps the all group with 2 updates: github.com/pulumi/pulumi-github/sdk/v6 and github.com/pulumi/pulumi/sdk/v3.

Updates github.com/pulumi/pulumi-github/sdk/v6 from 6.7.4 to 6.9.0

Release notes

Sourced from github.com/pulumi/pulumi-github/sdk/v6's releases.

v6.9.0

Does the PR have any schema changes?

Looking good! No breaking changes found.

New resources:

  • index/workflowRepositoryPermissions.WorkflowRepositoryPermissions

New functions:

  • index/getActionsEnvironmentPublicKey.getActionsEnvironmentPublicKey

What's Changed

Full Changelog: pulumi/pulumi-github@v6.8.1...v6.9.0

v6.8.1

Does the PR have any schema changes?

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

What's Changed

Full Changelog: pulumi/pulumi-github@v6.8.0...v6.8.1

v6.8.0

Does the PR have any schema changes?

Found 5 breaking changes:

Types

  • 🟢 "github:index/OrganizationRulesetBypassActor:OrganizationRulesetBypassActor": required: "actorId" property is no longer Required
  • 🟢 "github:index/RepositoryRulesetBypassActor:RepositoryRulesetBypassActor": required: "actorId" property is no longer Required
  • "github:index/getOrganizationTeamsTeam:getOrganizationTeamsTeam": required:
    • 🟢 "parentTeamId" property has changed to Required
    • 🟢 "parentTeamSlug" property has changed to Required
  • 🟢 "github:index/getTeamRepositoriesDetailed:getTeamRepositoriesDetailed": required: "repoName" property has changed to Required

New resources:

... (truncated)

Commits

Updates github.com/pulumi/pulumi/sdk/v3 from 3.203.0 to 3.207.0

Release notes

Sourced from github.com/pulumi/pulumi/sdk/v3's releases.

v3.207.0

3.207.0 (2025-11-12)

Features

  • [cli] Log gRPC requests before invoking them in gRPC debug interceptor #20817

  • [engine] Add ReplaceWith resource option to allow one resource's replace operations to trigger another's #20693

  • [sdkgen/python] Allow all PEP440 version specifiers to be used

Bug Fixes

  • [cli/import] Return errors when an import fails #20904

  • [engine] Fix parenting of resources in some cases in refresh --run-program #20894

  • [engine] Fix StackReference secrets performance #20908

  • [programgen] Do not panic when re-writing type-invalid PCL #20770

  • [sdk/go] Fix import path in instructions when linking a package in Go #20888

  • [sdk/nodejs] Fix closure serialization on Node.js v25.2.0 #20913

  • [sdk/{nodejs,python}] Avoid cancellations due to do slow processing of requests

  • [sdk/python] Avoid cancellations due to do slow processing of requests in the callbacks server #20917

Miscellaneous

  • [engine] Stop sending ConfigPropertyMap as part of RunRequest #20887

v3.206.0

3.206.0 (2025-11-05)

... (truncated)

Changelog

Sourced from github.com/pulumi/pulumi/sdk/v3's changelog.

3.207.0 (2025-11-12)

Features

  • [cli] Log gRPC requests before invoking them in gRPC debug interceptor #20817

  • [engine] Add ReplaceWith resource option to allow one resource's replace operations to trigger another's #20693

  • [sdkgen/python] Allow all PEP440 version specifiers to be used

Bug Fixes

  • [cli/import] Return errors when an import fails #20904

  • [engine] Fix parenting of resources in some cases in refresh --run-program #20894

  • [engine] Fix StackReference secrets performance #20908

  • [programgen] Do not panic when re-writing type-invalid PCL #20770

  • [sdk/go] Fix import path in instructions when linking a package in Go #20888

  • [sdk/nodejs] Fix closure serialization on Node.js v25.2.0 #20913

  • [sdk/{nodejs,python}] Avoid cancellations due to do slow processing of requests

  • [sdk/python] Avoid cancellations due to do slow processing of requests in the callbacks server #20917

Miscellaneous

  • [engine] Stop sending ConfigPropertyMap as part of RunRequest #20887

3.206.0 (2025-11-05)

Features

... (truncated)

Commits
  • 5e3a500 upgrade language providers to latest versions (#20918)
  • ff9df44 Avoid cancellations due to do slow processing of requests (#20920)
  • a332525 schema: allow any pep440 constraint for specifying pulumi version in python (...
  • ff1b5f6 Disambiguate registry and non-registry templates in pulumi new select (#20701)
  • 5137a3f import: actually return errors if we have them (#20904)
  • b4002be Avoid cancellations due to do slow processing of requests in the callbacks se...
  • 9c779ed Fix StackReference secrets performance (#20908)
  • 4fedb1c Fix closure serialization on Node.js v25.2.0 (#20913)
  • 32235a1 Add ReplaceWith resource option (#20693)
  • 4201af6 Log deleteProvider calls (#20906)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group with 2 updates: [github.com/pulumi/pulumi-github/sdk/v6](https://github.com/pulumi/pulumi-github) and [github.com/pulumi/pulumi/sdk/v3](https://github.com/pulumi/pulumi).


Updates `github.com/pulumi/pulumi-github/sdk/v6` from 6.7.4 to 6.9.0
- [Release notes](https://github.com/pulumi/pulumi-github/releases)
- [Changelog](https://github.com/pulumi/pulumi-github/blob/master/CHANGELOG_OLD.md)
- [Commits](pulumi/pulumi-github@v6.7.4...v6.9.0)

Updates `github.com/pulumi/pulumi/sdk/v3` from 3.203.0 to 3.207.0
- [Release notes](https://github.com/pulumi/pulumi/releases)
- [Changelog](https://github.com/pulumi/pulumi/blob/master/CHANGELOG.md)
- [Commits](pulumi/pulumi@v3.203.0...v3.207.0)

---
updated-dependencies:
- dependency-name: github.com/pulumi/pulumi-github/sdk/v6
  dependency-version: 6.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/pulumi/pulumi/sdk/v3
  dependency-version: 3.207.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 17, 2025
@cpanato cpanato merged commit 82158f2 into main Nov 17, 2025
4 checks passed
@cpanato cpanato deleted the dependabot/go_modules/all-da9d4f9d80 branch November 17, 2025 17:35
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 go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants