Skip to content

chore(deps): Bump the "infrastructure" group with 1 update across multiple ecosystems - #289

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/infrastructure-14561e4890
Open

chore(deps): Bump the "infrastructure" group with 1 update across multiple ecosystems#289
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/infrastructure-14561e4890

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 5, 2026

Copy link
Copy Markdown
Contributor

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the infrastructure group with 12 updates:

Package From To
actions/create-github-app-token 2.2.2 3.2.0
actions/setup-python 6 7
astral-sh/setup-uv 8.2.0 9.0.0
actions/configure-pages 5 6
actions/deploy-pages 4 5
LayeredCraft/devops-templates/.github/workflows/pr-build.yaml 10.1 10.3
LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml 10.1 10.3
LayeredCraft/devops-templates/.github/workflows/publish-preview.yml 10.1 10.3
LayeredCraft/devops-templates/.github/actions/nuget-push 10.1 10.3
LayeredCraft/devops-templates/.github/workflows/publish-release.yml 10.1 10.3
release-drafter/release-drafter/autolabeler 7.5.1 7.7.0
release-drafter/release-drafter 7.5.1 7.7.0

Updates actions/create-github-app-token from 2.2.2 to 3.2.0

Release notes

Sourced from actions/create-github-app-token's releases.

v3.2.0

3.2.0 (2026-05-12)

Features

  • add support for enterprise-level GitHub Apps (#263) (952a2a7)
  • support full repository names in repositories input (#372) (85eb8dd)

Bug Fixes

  • deps: bump @​actions/core from 3.0.0 to 3.0.1 in the production-dependencies group (#364) (43e5c34)
  • validate private-key input (#376) (f24bbd8)

v3.1.1

3.1.1 (2026-04-11)

Bug Fixes

  • improve error message when app identifier is empty (#362) (07e2b76), closes #249

v3.1.0

3.1.0 (2026-04-11)

Bug Fixes

  • deps: bump p-retry from 7.1.1 to 8.0.0 (#357) (3bbe07d)

Features

v3.0.0

3.0.0 (2026-03-14)

Bug Fixes

... (truncated)

Changelog

Sourced from actions/create-github-app-token's changelog.

Changelog

3.2.0 (2026-05-12)

Features

  • add support for enterprise-level GitHub Apps (#263) (952a2a7)
  • support full repository names in repositories input (#372) (85eb8dd)

Bug Fixes

  • deps: bump @​actions/core from 3.0.0 to 3.0.1 in the production-dependencies group (#364) (43e5c34)
  • validate private-key input (#376) (f24bbd8)
Commits
  • bcd2ba4 chore(main): release 3.2.0 (#370)
  • f24bbd8 fix: validate private-key input (#376)
  • 363531b docs: capitalize Git as a proper noun in README (#374)
  • fd28011 docs: update procedure to configure Git (#287)
  • 85eb8dd feat: support full repository names in repositories input (#372)
  • c9aabb8 build(deps-dev): bump yaml from 2.8.3 to 2.8.4 in the development-dependencie...
  • e02e816 build(deps-dev): bump undici from 7.24.6 to 8.2.0 (#366)
  • 8d835bf build(deps-dev): bump esbuild from 0.27.4 to 0.28.0 in the development-depend...
  • 952a2a7 feat: add support for enterprise-level GitHub Apps (#263)
  • 43e5c34 fix(deps): bump @​actions/core from 3.0.0 to 3.0.1 in the production-dependenc...
  • Additional commits viewable in compare view

Updates actions/setup-python from 6 to 7

Release notes

Sourced from actions/setup-python's releases.

v7.0.0

What's Changed

Enhancements

Bug Fix

Dependency Upgrade

New Contributors

Full Changelog: actions/setup-python@v6...v7.0.0

v6.3.0

What's Changed

Enhancement

Dependency update

Documentation

New Contributors

Full Changelog: actions/setup-python@v6.2.0...v6.3.0

v6.2.0

What's Changed

Dependency Upgrades

... (truncated)

Commits

Updates astral-sh/setup-uv from 8.2.0 to 9.0.0

Release notes

Sourced from astral-sh/setup-uv's releases.

v9.0.0 🌈 Change prune-cache default to false

Changes

This release disables the default cache cache pruning to ease the load on the PyPi infrastructure. Since users might experience more GitHub Actions cache usage which might result in higher costs this is marked as a breaking change. To read more on why we did this (now) you can read the detailed analysis and reasoning in #967

Besides this big breaking change we also have a small bugfix while building caches for linux distributions that behave a big different than the "big ones" and a speed up in version resolution by only reading the version manifest until a matching version is found saving runtime and network bandwith.

🚨 Breaking changes

🐛 Bug fixes

  • fix: fall back to distribution ID when os-release has no version field @​cxzhong (#961)

🚀 Enhancements

🧰 Maintenance

📚 Documentation

⬆️ Dependency updates

Commits
  • c771a70 chore(deps): roll up Dependabot updates (#970)
  • 2f537ca chore: update known checksums for 0.11.30 (#968)
  • 2269552 Speed up version client by partial response reads (#807)
  • 47a7f4f Change prune-cache default to false (#967)
  • 71966ef chore(deps): roll up Dependabot updates (#962)
  • f12b1f0 fix: fall back to distribution ID when os-release has no version field (#961)
  • ecd24dd chore: update known checksums for 0.11.29 (#960)
  • 6a19136 docs: update version references to v8.3.2 (#949)
  • 11f9893 chore: roll up Dependabot updates (#948)
  • f798556 docs: update version references to v8.3.1 (#946)
  • Additional commits viewable in compare view

Updates actions/configure-pages from 5 to 6

Release notes

Sourced from actions/configure-pages's releases.

v6.0.0

Changelog

See details of all code changes since previous release.

Commits
  • 45bfe01 Merge pull request #186 from salmanmkc/node24
  • d8770c2 Update Node version from 20 to 24 in action.yml
  • cb8a1a3 upgrade to node 24
  • d560657 Merge pull request #165 from actions/Jcambass-patch-1
  • 35e0ac4 Upgrade IA Publish
  • 1dfbcbf Merge pull request #163 from actions/Jcambass-patch-1
  • 2f4f988 Add workflow file for publishing releases to immutable action package
  • 0d7570c Merge pull request #162 from actions/pin-draft-release-verssion
  • 3ea1966 pin draft release version
  • aabcbc4 Merge pull request #160 from actions/dependabot/npm_and_yarn/espree-10.1.0
  • Additional commits viewable in compare view

Updates actions/deploy-pages from 4 to 5

Release notes

Sourced from actions/deploy-pages's releases.

v5.0.0

Changelog


See details of all code changes since previous release.

⚠️ For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.

v4.0.5

Changelog


See details of all code changes since previous release.

⚠️ For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.

v4.0.4

Changelog


See details of all code changes since previous release.

⚠️ For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.

v4.0.3

Changelog

... (truncated)

Commits
  • cd2ce8f Merge pull request #404 from salmanmkc/node24
  • bbe2a95 Update Node.js version to 24.x
  • 854d7aa Merge pull request #374 from actions/Jcambass-patch-1
  • 306bb81 Add workflow file for publishing releases to immutable action package
  • b742728 Merge pull request #360 from actions/dependabot/npm_and_yarn/npm_and_yarn-513...
  • 7273294 Bump braces in the npm_and_yarn group across 1 directory
  • 963791f Merge pull request #361 from actions/dependabot-friendly
  • 51bb29d Make the rebuild dist workflow safer for Dependabot
  • 89f3d10 Merge pull request #358 from actions/dependabot/npm_and_yarn/non-breaking-cha...
  • bce7355 Merge branch 'main' into dependabot/npm_and_yarn/non-breaking-changes-99c12deb21
  • Additional commits viewable in compare view

Updates LayeredCraft/devops-templates/.github/workflows/pr-build.yaml from 10.1 to 10.3

Release notes

Sourced from LayeredCraft/devops-templates/.github/workflows/pr-build.yaml's releases.

v10.3

Changes

🔧 Maintenance

v10.2

Changes

🐛 Bug Fixes

Commits
  • fa7aa89 chore(deps): bump the actions-major group across 1 directory with 7 updates (...
  • 004e251 ci(github): use app token for dependabot merges (#35)
  • 5c94060 chore(deps): bump the actions-minor-patch group with 2 updates (#32)
  • 6cc0f64 fix: exempt dependabot PRs from title check by PR author, not event actor (#31)
  • See full diff in compare view

Updates LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml from 10.1 to 10.3

Release notes

Sourced from LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml's releases.

v10.3

Changes

🔧 Maintenance

v10.2

Changes

🐛 Bug Fixes

Commits
  • fa7aa89 chore(deps): bump the actions-major group across 1 directory with 7 updates (...
  • 004e251 ci(github): use app token for dependabot merges (#35)
  • 5c94060 chore(deps): bump the actions-minor-patch group with 2 updates (#32)
  • 6cc0f64 fix: exempt dependabot PRs from title check by PR author, not event actor (#31)
  • See full diff in compare view

Updates LayeredCraft/devops-templates/.github/workflows/publish-preview.yml from 10.1 to 10.3

Release notes

Sourced from LayeredCraft/devops-templates/.github/workflows/publish-preview.yml's releases.

v10.3

Changes

🔧 Maintenance

v10.2

Changes

🐛 Bug Fixes

Commits
  • fa7aa89 chore(deps): bump the actions-major group across 1 directory with 7 updates (...
  • 004e251 ci(github): use app token for dependabot merges (#35)
  • 5c94060 chore(deps): bump the actions-minor-patch group with 2 updates (#32)
  • 6cc0f64 fix: exempt dependabot PRs from title check by PR author, not event actor (#31)
  • See full diff in compare view

Updates LayeredCraft/devops-templates/.github/actions/nuget-push from 10.1 to 10.3

Release notes

Sourced from LayeredCraft/devops-templates/.github/actions/nuget-push's releases.

v10.3

Changes

🔧 Maintenance

v10.2

Changes

🐛 Bug Fixes

Commits
  • fa7aa89 chore(deps): bump the actions-major group across 1 directory with 7 updates (...
  • 004e251 ci(github): use app token for dependabot merges (#35)
  • 5c94060 chore(deps): bump the actions-minor-patch group with 2 updates (#32)
  • 6cc0f64 fix: exempt dependabot PRs from title check by PR author, not event actor (#31)
  • See full diff in compare view

Updates LayeredCraft/devops-templates/.github/workflows/publish-release.yml from 10.1 to 10.3

Release notes

Sourced from LayeredCraft/devops-templates/.github/workflows/publish-release.yml's releases.

v10.3

Changes

🔧 Maintenance

v10.2

Changes

🐛 Bug Fixes

Commits
  • fa7aa89 chore(deps): bump the actions-major group across 1 directory with 7 updates (...
  • 004e251 ci(github): use app token for dependabot merges (#35)
  • 5c94060 chore(deps): bump the actions-minor-patch group with 2 updates (#32)
  • 6cc0f64 fix: exempt dependabot PRs from title check by PR author, not event actor (#31)
  • See full diff in compare view

Updates release-drafter/release-drafter/autolabeler from 7.5.1 to 7.7.0

Release notes

Sourced from release-drafter/release-drafter/autolabeler's releases.

v7.7.0

What's Changed

New

Dependency Updates

Bug Fixes

Maintenance

New Contributors

  • No new contributors

Full Changelog: release-drafter/release-drafter@v7.6.0...v7.7.0

v7.6.0

What's Changed

New

... (truncated)

Commits

Updates release-drafter/release-drafter from 7.5.1 to 7.7.0

Release notes

Sourced from release-drafter/release-drafter's releases.

v7.7.0

What's Changed

New

Dependency Updates

Bug Fixes

Maintenance

New Contributors

  • No new contributors

Full Changelog: release-drafter/release-drafter@v7.6.0...v7.7.0

v7.6.0

What's Changed

New

... (truncated)

Commits
  • 34d8067 chore: release v7.7.0
  • cd773d2 style: format and lint docs
  • 14d2d94 feat: no new contributor template (#1687)
  • 94daa9e chore: update references to branch master to main (#1686)
  • b195e66 ci: re...

    Description has been truncated

Bumps the infrastructure group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/create-github-app-token](https://github.com/actions/create-github-app-token) | `2.2.2` | `3.2.0` |
| [actions/setup-python](https://github.com/actions/setup-python) | `6` | `7` |
| [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `8.2.0` | `9.0.0` |
| [actions/configure-pages](https://github.com/actions/configure-pages) | `5` | `6` |
| [actions/deploy-pages](https://github.com/actions/deploy-pages) | `4` | `5` |
| [LayeredCraft/devops-templates/.github/workflows/pr-build.yaml](https://github.com/layeredcraft/devops-templates) | `10.1` | `10.3` |
| [LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml](https://github.com/layeredcraft/devops-templates) | `10.1` | `10.3` |
| [LayeredCraft/devops-templates/.github/workflows/publish-preview.yml](https://github.com/layeredcraft/devops-templates) | `10.1` | `10.3` |
| [LayeredCraft/devops-templates/.github/actions/nuget-push](https://github.com/layeredcraft/devops-templates) | `10.1` | `10.3` |
| [LayeredCraft/devops-templates/.github/workflows/publish-release.yml](https://github.com/layeredcraft/devops-templates) | `10.1` | `10.3` |
| [release-drafter/release-drafter/autolabeler](https://github.com/release-drafter/release-drafter) | `7.5.1` | `7.7.0` |
| [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) | `7.5.1` | `7.7.0` |


Updates `actions/create-github-app-token` from 2.2.2 to 3.2.0
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md)
- [Commits](actions/create-github-app-token@fee1f7d...bcd2ba4)

Updates `actions/setup-python` from 6 to 7
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v6...v7)

Updates `astral-sh/setup-uv` from 8.2.0 to 9.0.0
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@v8.2.0...v9.0.0)

Updates `actions/configure-pages` from 5 to 6
- [Release notes](https://github.com/actions/configure-pages/releases)
- [Commits](actions/configure-pages@v5...v6)

Updates `actions/deploy-pages` from 4 to 5
- [Release notes](https://github.com/actions/deploy-pages/releases)
- [Commits](actions/deploy-pages@v4...v5)

Updates `LayeredCraft/devops-templates/.github/workflows/pr-build.yaml` from 10.1 to 10.3
- [Release notes](https://github.com/layeredcraft/devops-templates/releases)
- [Commits](LayeredCraft/devops-templates@76a2269...fa7aa89)

Updates `LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml` from 10.1 to 10.3
- [Release notes](https://github.com/layeredcraft/devops-templates/releases)
- [Commits](LayeredCraft/devops-templates@v10.1...v10.3)

Updates `LayeredCraft/devops-templates/.github/workflows/publish-preview.yml` from 10.1 to 10.3
- [Release notes](https://github.com/layeredcraft/devops-templates/releases)
- [Commits](LayeredCraft/devops-templates@76a2269...fa7aa89)

Updates `LayeredCraft/devops-templates/.github/actions/nuget-push` from 10.1 to 10.3
- [Release notes](https://github.com/layeredcraft/devops-templates/releases)
- [Commits](LayeredCraft/devops-templates@76a2269...fa7aa89)

Updates `LayeredCraft/devops-templates/.github/workflows/publish-release.yml` from 10.1 to 10.3
- [Release notes](https://github.com/layeredcraft/devops-templates/releases)
- [Commits](LayeredCraft/devops-templates@76a2269...fa7aa89)

Updates `release-drafter/release-drafter/autolabeler` from 7.5.1 to 7.7.0
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](release-drafter/release-drafter@4d75298...34d8067)

Updates `release-drafter/release-drafter` from 7.5.1 to 7.7.0
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](release-drafter/release-drafter@4d75298...34d8067)

---
updated-dependencies:
- dependency-name: actions/create-github-app-token
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: infrastructure
- dependency-name: actions/setup-python
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: infrastructure
- dependency-name: astral-sh/setup-uv
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: infrastructure
- dependency-name: actions/configure-pages
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: infrastructure
- dependency-name: actions/deploy-pages
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: infrastructure
- dependency-name: LayeredCraft/devops-templates/.github/workflows/pr-build.yaml
  dependency-version: '10.3'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: infrastructure
- dependency-name: LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml
  dependency-version: '10.3'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: infrastructure
- dependency-name: LayeredCraft/devops-templates/.github/workflows/publish-preview.yml
  dependency-version: '10.3'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: infrastructure
- dependency-name: LayeredCraft/devops-templates/.github/actions/nuget-push
  dependency-version: '10.3'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: infrastructure
- dependency-name: LayeredCraft/devops-templates/.github/workflows/publish-release.yml
  dependency-version: '10.3'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: infrastructure
- dependency-name: release-drafter/release-drafter/autolabeler
  dependency-version: 7.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: infrastructure
- dependency-name: release-drafter/release-drafter
  dependency-version: 7.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: infrastructure
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: chore Maintenance task

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants