Skip to content

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

Closed
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/infrastructure-03ddc76fae
Closed

chore(deps): Bump the "infrastructure" group with 1 update across multiple ecosystems#21
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/infrastructure-03ddc76fae

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor

Bumps the infrastructure group with 8 updates:

Package From To
LayeredCraft/devops-templates/.github/workflows/package-build.yaml 6.2 10.1
actions/checkout 4 7.0.0
actions/setup-python 5 6.3.0
astral-sh/setup-uv 7 8.3.2
actions/configure-pages 4 6
actions/upload-pages-artifact 3 5
actions/deploy-pages 4 5
LayeredCraft/devops-templates/.github/workflows/pr-build.yaml 6.2 10.1

Updates LayeredCraft/devops-templates/.github/workflows/package-build.yaml from 6.2 to 10.1

Release notes

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

v10.1

What's Changed

Full Changelog: LayeredCraft/devops-templates@v10.0...v10.1

v10.0

What's Changed

Full Changelog: LayeredCraft/devops-templates@v9.0...v10.0

v9.0

What's Changed

Full Changelog: LayeredCraft/devops-templates@v8.4...v9.0

v8.4

What's Changed

Full Changelog: LayeredCraft/devops-templates@v8.3...v8.4

v8.3

What's Changed

Full Changelog: LayeredCraft/devops-templates@v8.2...v8.3

v8.2

What's Changed

Full Changelog: LayeredCraft/devops-templates@v8.1...v8.2

v8.1

What's Changed

New Contributors

... (truncated)

Commits
  • 76a2269 feat(nuget-push): support artifact name patterns for matrix builds (#30)
  • 25ccc6f Revert "feat(nuget-push): support artifact name patterns for matrix builds"
  • d3aadfe feat(nuget-push): support artifact name patterns for matrix builds
  • 051918c ci(github): use NuGet OIDC login for publishing (#29)
  • d6980f6 feat(ci): add multi-version EF build configuration support (#28)
  • 6b480cd feat(github): use run_id for release versioning (#27)
  • 8942264 feat(pr-build): pass cdkSynthTarget context to CDK synth (#26)
  • 28cd44c feat(pr-build): add stackName input to filter CDK synth to specific stacks (#25)
  • b54c22e ci(github): skip draft PR workflows (#24)
  • 511434a Fix CI package version stamping across workflows (#23)
  • Additional commits viewable in compare view

Updates actions/checkout from 4 to 7.0.0

Release notes

Sourced from actions/checkout's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v6.0.3...v7.0.0

v6.1.0

What's Changed

https://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/ for more details about this breaking change

Full Changelog: actions/checkout@v6.0.3...v6.1.0

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

v6.0.1

What's Changed

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.1

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

... (truncated)

Commits

Updates actions/setup-python from 5 to 6.3.0

Release notes

Sourced from actions/setup-python's releases.

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

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

v6.1.0

What's Changed

Enhancements:

Dependency and Documentation updates:

New Contributors

Full Changelog: actions/setup-python@v6...v6.1.0

... (truncated)

Commits

Updates astral-sh/setup-uv from 7 to 8.3.2

Release notes

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

v8.2.0 🌈 New inputs quiet and download-from-astral-mirror

Changes

This release brings two new inputs and a few bug fixes.

New inputs

Lets talk about the new inputs first.

quiet

Pretty simple. It turns of all info loggings. Useful if you use this in a composite action and are not interested in all the details. In the upcoming releases we will add log groups to fully implement support for "less noise"

[!NOTE]
Warnings and errors are always logged.

download-from-astral-mirror

In some cases you may want to directly use the fallback of checking for available versions and downloading releases from GitHub instead of using the astral.sh mirror. Setting download-from-astral-mirror: false allows you to do that.

Bugfixes

When using the astral.sh mirror to query available versions and download releases (done by default) we now stop sending the GitHub token in the header. The mirror never looked at it but we shouldn't be handing out that data even if it is just a short lived token. All other bugfixes try to limit the impact of failed GitHub queries due to retries and other faults.

We couldn't pinpoint all rootcauses yet but added more logging for error cases to track them down.

🐛 Bug fixes

🚀 Enhancements

🧰 Maintenance

... (truncated)

Commits
  • 11f9893 chore: roll up Dependabot updates (#948)
  • f798556 docs: update version references to v8.3.1 (#946)
  • e80544d chore: update known checksums for 0.11.28 (#947)
  • f98e069 Change update-docs PR labels from 'update-docs' to 'documentation' (#945)
  • cd46263 chore: update known checksums for 0.11.27 (#944)
  • 11245c7 docs: update version references to v8.3.0 (#939)
  • d31148d Strip environment markers from detected uv dependency pins (#938)
  • 17c3989 Fix cache keys for Python version ranges (#937)
  • 3cc3c11 chore(deps): roll up Dependabot updates (#936)
  • 9225f84 chore(deps): bump release-drafter/release-drafter from 7.3.1 to 7.4.0 (#924)
  • Additional commits viewable in compare view

Updates actions/configure-pages from 4 to 6

Release notes

Sourced from actions/configure-pages's releases.

v6.0.0

Changelog

See details of all code changes since previous release.

v5.0.0

Breaking Changes

⚠️ This version contains breaking changes! ⚠️

Full 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/upload-pages-artifact from 3 to 5

Release notes

Sourced from actions/upload-pages-artifact's releases.

v5.0.0

Changelog

See details of all code changes since previous release.

v4.0.0

What's Changed

Full Changelog: actions/upload-pages-artifact@v3.0.1...v4.0.0

v3.0.1

Changelog

See details of all code changes since previous release.

Commits
  • fc324d3 Merge pull request #139 from Tom-van-Woudenberg/patch-1
  • fe9d4b7 Merge branch 'main' into patch-1
  • 0ca1617 Merge pull request #137 from jonchurch/include-hidden-files
  • 57f0e84 Update action.yml
  • 4a90348 v7 --> hash
  • 56f665a Update upload-artifact action to version 7
  • f7615f5 Add include-hidden-files input
  • 7b1f4a7 Merge pull request #127 from heavymachinery/pin-sha
  • 4cc19c7 Pin actions/upload-artifact to SHA
  • 2d163be Merge pull request #107 from KittyChiu/main
  • 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 6.2 to 10.1

Release notes

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

v10.1

What's Changed

Full Changelog: LayeredCraft/devops-templates@v10.0...v10.1

v10.0

What's Changed

Full Changelog: LayeredCraft/devops-templates@v9.0...v10.0

v9.0

What's Changed

Full Changelog: LayeredCraft/devops-templates@v8.4...v9.0

v8.4

What's Changed

Full Changelog: LayeredCraft/devops-templates@v8.3...v8.4

v8.3

What's Changed

Full Changelog: LayeredCraft/devops-templates@v8.2...v8.3

v8.2

What's Changed

Full Changelog: LayeredCraft/devops-templates@v8.1...v8.2

v8.1

What's Changed

New Contributors

... (truncated)

Commits

Bumps the infrastructure group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [LayeredCraft/devops-templates/.github/workflows/package-build.yaml](https://github.com/layeredcraft/devops-templates) | `6.2` | `10.1` |
| [actions/checkout](https://github.com/actions/checkout) | `4` | `7.0.0` |
| [actions/setup-python](https://github.com/actions/setup-python) | `5` | `6.3.0` |
| [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `7` | `8.3.2` |
| [actions/configure-pages](https://github.com/actions/configure-pages) | `4` | `6` |
| [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) | `3` | `5` |
| [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) | `6.2` | `10.1` |


Updates `LayeredCraft/devops-templates/.github/workflows/package-build.yaml` from 6.2 to 10.1
- [Release notes](https://github.com/layeredcraft/devops-templates/releases)
- [Commits](LayeredCraft/devops-templates@v6.2...v10.1)

Updates `actions/checkout` from 4 to 7.0.0
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v7)

Updates `actions/setup-python` from 5 to 6.3.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v5...v6.3.0)

Updates `astral-sh/setup-uv` from 7 to 8.3.2
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@v7...v8.3.2)

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

Updates `actions/upload-pages-artifact` from 3 to 5
- [Release notes](https://github.com/actions/upload-pages-artifact/releases)
- [Commits](actions/upload-pages-artifact@v3...v5)

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 6.2 to 10.1
- [Release notes](https://github.com/layeredcraft/devops-templates/releases)
- [Commits](LayeredCraft/devops-templates@v6.2...v10.1)

---
updated-dependencies:
- dependency-name: LayeredCraft/devops-templates/.github/workflows/package-build.yaml
  dependency-version: '10.1'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: infrastructure
- dependency-name: actions/checkout
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: infrastructure
- dependency-name: actions/setup-python
  dependency-version: 6.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: infrastructure
- dependency-name: astral-sh/setup-uv
  dependency-version: 8.3.2
  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/upload-pages-artifact
  dependency-version: '5'
  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.1'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: infrastructure
...

Signed-off-by: dependabot[bot] <support@github.com>
@ncipollina ncipollina closed this Jul 22, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@ncipollina
ncipollina deleted the dependabot/infrastructure-03ddc76fae branch July 22, 2026 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant