Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2025

Bumps the github-actions group with 6 updates in the / directory:

Package From To
actions/checkout 4.2.2 5.0.0
astral-sh/setup-uv 6.0.1 6.8.0
actions/setup-python 5.6.0 6.0.0
Alfresco/alfresco-build-tools 8.19.1 9.0.1
ansible-community/ansible-test-gh-action 1.16.0 1.17.0
peter-evans/find-comment 3.1.0 4.0.0

Updates actions/checkout from 4.2.2 to 5.0.0

Release notes

Sourced from actions/checkout's releases.

v5.0.0

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

v4.3.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

Changelog

Sourced from actions/checkout's changelog.

Changelog

V5.0.0

V4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

v4.1.4

v4.1.3

... (truncated)

Commits

Updates astral-sh/setup-uv from 6.0.1 to 6.8.0

Release notes

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

v6.7.0 🌈 New inputs restore-cache and save-cache

Changes

This release adds fine-grained control over the caching steps.

  • The input restore-cache (true by default) can be set to false to skip restoring the cache while still allowing to save the cache.
  • The input save-cache (true by default) can be set to false to skip saving the cache.

Skipping cache saving can be useful if you know, that you will never use this version of the cache again and don't want to waste storage space:

- name: Save cache only on main branch
  uses: astral-sh/setup-uv@v6
  with:
    enable-cache: true
    save-cache: ${{ github.ref == 'refs/heads/main' }}

🚀 Enhancements

🧰 Maintenance

⬆️ Dependency updates

v6.6.1 🌈 Fix exclusions in cache-dependency-glob

Changes

Exclusions with a leading ! in the cache-dependency-glob did not work and got fixed with this release. Thank you @​KnisterPeter for raising this!

🐛 Bug fixes

🧰 Maintenance

... (truncated)

Commits
  • d0cc045 Always show prune cache output (#597)
  • 2841f9f Bump zizmorcore/zizmor-action from 0.1.2 to 0.2.0 (#571)
  • e554b93 Add **/*.py.lock to cache-dependency-glob (#590)
  • c7d85d9 chore: update known versions for 0.8.20
  • 07f2cb5 persist credentials for version update (#584)
  • 208b0c0 README.md: Fix Python versions and update checkout action (#572)
  • b75a909 bump deps (#569)
  • ffff8aa Bump github/codeql-action from 3.29.11 to 3.30.3 (#566)
  • 95d0e23 Bump actions/setup-node from 4.4.0 to 5.0.0 (#551)
  • dc724a1 Add inputs restore-cache and save-cache (#568)
  • Additional commits viewable in compare view

Updates actions/setup-python from 5.6.0 to 6.0.0

Release notes

Sourced from actions/setup-python's releases.

v6.0.0

What's Changed

Breaking Changes

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Enhancements:

Bug fixes:

Dependency updates:

New Contributors

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

Commits
  • e797f83 Upgrade to node 24 (#1164)
  • 3d1e2d2 Revert "Enhance cache-dependency-path handling to support files outside the w...
  • 65b0712 Clarify pythonLocation behavior for PyPy and GraalPy in environment variables...
  • 5b668cf Bump actions/checkout from 4 to 5 (#1181)
  • f62a0e2 Change missing cache directory error to warning (#1182)
  • 9322b3c Upgrade setuptools to 78.1.1 to fix path traversal vulnerability in PackageIn...
  • fbeb884 Bump form-data to fix critical vulnerabilities #182 & #183 (#1163)
  • 03bb615 Bump idna from 2.9 to 3.7 in /tests/data (#843)
  • 36da51d Add version parsing from Pipfile (#1067)
  • 3c6f142 update documentation (#1156)
  • Additional commits viewable in compare view

Updates Alfresco/alfresco-build-tools from 8.19.1 to 9.0.1

Release notes

Sourced from Alfresco/alfresco-build-tools's releases.

v9.0.1

What's Changed

New Contributors

Full Changelog: Alfresco/alfresco-build-tools@v9.0.0...v9.0.1

v9.0.0

What's Changed

Full Changelog: Alfresco/alfresco-build-tools@v8.36.0...v9.0.0

v8.36.0

What's Changed

Full Changelog: Alfresco/alfresco-build-tools@v8.35.2...v8.36.0

v8.35.2

What's Changed

Full Changelog: Alfresco/alfresco-build-tools@v8.35.1...v8.35.2

v8.35.1

What's Changed

Full Changelog: Alfresco/alfresco-build-tools@v8.35.0...v8.35.1

v8.35.0

What's Changed

... (truncated)

Commits
  • e6c249a Release v9.0.1
  • f54e168 OPSEXP-3527: Fix kubectl-wait action namespace parameter not being applied to...
  • 17adc72 Bump actions/cache from 4.2.4 to 4.3.0 (#1152)
  • c03008a Bump actions/cache from 4.2.4 to 4.3.0 in /.github/actions/maven-tag in the c...
  • 746559e Bump actions/cache from 4.2.4 to 4.3.0 in /.github/actions/maven-configure in...
  • 8d49443 Bump actions/cache from 4.2.4 to 4.3.0 in /.github/actions/slack-file-upload ...
  • a0a8f2e Bump actions/cache from 4.2.4 to 4.3.0 in /.github/actions/setup-java-build i...
  • dac42ea Bump actions/cache from 4.2.4 to 4.3.0 in /.github/actions/maven-build in the...
  • 930bee9 Bump actions/cache from 4.2.4 to 4.3.0 in /.github/actions/maven-build-and-ta...
  • 2dda49a Bump github/codeql-action from 3.30.3 to 3.30.4 in /.github/actions/docker-bu...
  • Additional commits viewable in compare view

Updates ansible-community/ansible-test-gh-action from 1.16.0 to 1.17.0

Release notes

Sourced from ansible-community/ansible-test-gh-action's releases.

v1.17.0

✨ What's New

@​felixfontein💰 made suitable runtime auto-detection and internal testing compatible with ansible-core versions through 2.19 via #96 and #97.

The action out exposes coverage-report-files and test-result-files outputs via #100, ef2e123ff0cd0ebd52bef2b3bc55a42628c308d4 and 23c6eddb5fc02fd1e5d64c294af8245e70d2ffc7. Courtesy of @​webknjaz💰.

And @​Gnoale💰 contributed #98 enabling the use of Docker network in unit tests similarly to the integration ones.

🛠️ Internal Dependencies

  • A number of pre-commit.ci checks have been auto-updated in #89

💪 New Contributors

🪞 Full Diff: ansible-community/ansible-test-gh-action@v1.16.0...v1.17.0

🧔‍♂️ Release Manager: @​webknjaz 🇺🇦

💬 Discuss on GitHub.

Commits
  • d3a8ec7 Merge branch 'bugfixes/bash-escaping-in-yaml'
  • b943118 🐛 Fix exportable path lookup Bash syntax
  • b22f955 🧪💅 Address post-PR #97 linting violations
  • 34771fc Merge pull request #97 from felixfontein/upstream-tests
  • 3915343 Fix unit tests
  • 20548d6 Merge pull request #98 from Gnoale/docker-network
  • 6933bb0 Merge pull request #89 from ansible-community/pre-commit-ci-update-config
  • 86e9ca5 Merge pull request #96 from felixfontein/python
  • 587c7b6 [pre-commit.ci] pre-commit autoupdate
  • 61e67c1 Update action.yml
  • Additional commits viewable in compare view

Updates peter-evans/find-comment from 3.1.0 to 4.0.0

Release notes

Sourced from peter-evans/find-comment's releases.

Find Comment v4.0.0

⚙️ Requires Actions Runner v2.327.1 or later if you are using a self-hosted runner for Node 24 support.

What's Changed

... (truncated)

Commits
  • b30e6a3 feat: v4 (#389)
  • b4929e7 build(deps-dev): bump @​types/node from 18.19.124 to 18.19.127 (#388)
  • 1f47d94 build(deps-dev): bump @​vercel/ncc from 0.38.3 to 0.38.4 (#387)
  • a723a15 build(deps): bump actions/setup-node from 4 to 5 (#386)
  • 8bacb1b build(deps-dev): bump @​types/node from 18.19.123 to 18.19.124 (#385)
  • 048de65 build(deps): bump actions/checkout from 4 to 5 (#384)
  • c02750f build(deps-dev): bump @​types/node from 18.19.122 to 18.19.123 (#383)
  • 092c582 build(deps): bump actions/download-artifact from 4 to 5 (#382)
  • c115bb0 build(deps-dev): bump eslint-plugin-prettier from 5.5.3 to 5.5.4 (#381)
  • 8d3be5d build(deps-dev): bump @​types/node from 18.19.121 to 18.19.122 (#380)
  • 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 github-actions group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `4.2.2` | `5.0.0` |
| [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `6.0.1` | `6.8.0` |
| [actions/setup-python](https://github.com/actions/setup-python) | `5.6.0` | `6.0.0` |
| [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) | `8.19.1` | `9.0.1` |
| [ansible-community/ansible-test-gh-action](https://github.com/ansible-community/ansible-test-gh-action) | `1.16.0` | `1.17.0` |
| [peter-evans/find-comment](https://github.com/peter-evans/find-comment) | `3.1.0` | `4.0.0` |



Updates `actions/checkout` from 4.2.2 to 5.0.0
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@11bd719...08c6903)

Updates `astral-sh/setup-uv` from 6.0.1 to 6.8.0
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@6b9c606...d0cc045)

Updates `actions/setup-python` from 5.6.0 to 6.0.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@a26af69...e797f83)

Updates `Alfresco/alfresco-build-tools` from 8.19.1 to 9.0.1
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases)
- [Commits](Alfresco/alfresco-build-tools@v8.19.1...v9.0.1)

Updates `ansible-community/ansible-test-gh-action` from 1.16.0 to 1.17.0
- [Release notes](https://github.com/ansible-community/ansible-test-gh-action/releases)
- [Commits](ansible-community/ansible-test-gh-action@b416b6e...d3a8ec7)

Updates `peter-evans/find-comment` from 3.1.0 to 4.0.0
- [Release notes](https://github.com/peter-evans/find-comment/releases)
- [Commits](peter-evans/find-comment@3eae4d3...b30e6a3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: astral-sh/setup-uv
  dependency-version: 6.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/setup-python
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: Alfresco/alfresco-build-tools
  dependency-version: 9.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: ansible-community/ansible-test-gh-action
  dependency-version: 1.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: peter-evans/find-comment
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Oct 1, 2025
Copy link

github-actions bot commented Oct 1, 2025

Docs Build 📝

The docs for this PR have been published here:
https://Alfresco.github.io/alfresco-ansible-collection/pr/50

You can compare to the docs for the main branch here:
https://Alfresco.github.io/alfresco-ansible-collection/branch/main

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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants