Skip to content

ci(deps): bump the github-actions group with 7 updates - #3048

Merged
centosinfra-prod-github-app[bot] merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-d83f973c87
Jul 31, 2026
Merged

ci(deps): bump the github-actions group with 7 updates#3048
centosinfra-prod-github-app[bot] merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-d83f973c87

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 7 updates:

Package From To
actions/checkout 4.3.1 7.0.1
actions/setup-python 5.6.0 7.0.0
actions/upload-artifact 4.6.2 7.0.1
ansible-community/ansible-test-gh-action 1.17.0 1.18.0
actions/github-script 7.1.0 9.0.0
dawidd6/action-download-artifact 16 21
SonarSource/sonarqube-scan-action 7.0.0 8.2.1

Updates actions/checkout from 4.3.1 to 7.0.1

Release notes

Sourced from actions/checkout's releases.

v7.0.1

What's Changed

Full Changelog: actions/checkout@v7...v7.0.1

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

... (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.6.0 to 7.0.0

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 actions/upload-artifact from 4.6.2 to 7.0.1

Release notes

Sourced from actions/upload-artifact's releases.

v7.0.1

What's Changed

Full Changelog: actions/upload-artifact@v7...v7.0.1

v7.0.0

v7 What's new

Direct Uploads

Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v6...v7.0.0

v6.0.0

v6 - What's new

[!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0

v5.0.0

What's Changed

... (truncated)

Commits
  • 043fb46 Merge pull request #797 from actions/yacaovsnc/update-dependency
  • 634250c Include changes in typespec/ts-http-runtime 0.3.5
  • e454baa Readme: bump all the example versions to v7 (#796)
  • 74fad66 Update the readme with direct upload details (#795)
  • bbbca2d Support direct file uploads (#764)
  • 589182c Upgrade the module to ESM and bump dependencies (#762)
  • 47309c9 Merge pull request #754 from actions/Link-/add-proxy-integration-tests
  • 02a8460 Add proxy integration test
  • b7c566a Merge pull request #745 from actions/upload-artifact-v6-release
  • e516bc8 docs: correct description of Node.js 24 support in README
  • Additional commits viewable in compare view

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

Release notes

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

v1.18.0

What's Changed

Project Changes

Dependencies

Full Changelog: ansible-community/ansible-test-gh-action@v1.17.0...v1.18.0

Commits
  • 6ded727 Merge pull request #126 from ansible-community/dependabot/github_actions/acti...
  • e0d4c98 Bump actions/checkout from 6 to 7
  • 6c86f3f Merge pull request #125 from felixfontein/ansible-core
  • 48b041f Merge pull request #122 from ansible-community/dependabot/github_actions/code...
  • 3272591 Merge pull request #124 from felixfontein/fix-pre-commit
  • c0626df Bump default ansible-core to 2.21
  • 7dfd27a Support ansible-core 2.20 and 2.21
  • c8e46ea Bump pre-commit flake8 additional deps
  • 13e4993 Bump codecov/codecov-action from 6.0.1 to 7.0.0
  • 8b1ac34 Merge pull request #119 from ansible-community/dependabot/github_actions/code...
  • Additional commits viewable in compare view

Updates actions/github-script from 7.1.0 to 9.0.0

Release notes

Sourced from actions/github-script's releases.

v9.0.0

New features:

  • getOctokit factory function — Available directly in the script context. Create additional authenticated Octokit clients with different tokens for multi-token workflows, GitHub App tokens, and cross-org access. See Creating additional clients with getOctokit for details and examples.
  • Orchestration ID in user-agent — The ACTIONS_ORCHESTRATION_ID environment variable is automatically appended to the user-agent string for request tracing.

Breaking changes:

  • require('@actions/github') no longer works in scripts. The upgrade to @actions/github v9 (ESM-only) means require('@actions/github') will fail at runtime. If you previously used patterns like const { getOctokit } = require('@actions/github') to create secondary clients, use the new injected getOctokit function instead — it's available directly in the script context with no imports needed.
  • getOctokit is now an injected function parameter. Scripts that declare const getOctokit = ... or let getOctokit = ... will get a SyntaxError because JavaScript does not allow const/let redeclaration of function parameters. Use the injected getOctokit directly, or use var getOctokit = ... if you need to redeclare it.
  • If your script accesses other @actions/github internals beyond the standard github/octokit client, you may need to update those references for v9 compatibility.

What's Changed

New Contributors

Full Changelog: actions/github-script@v8.0.0...v9.0.0

v8.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.

New Contributors

Full Changelog: actions/github-script@v7.1.0...v8.0.0

Commits
  • 3a2844b Merge pull request #700 from actions/salmanmkc/expose-getoctokit + prepare re...
  • ca10bbd fix: use @​octokit/core/types import for v7 compatibility
  • 86e48e2 merge: incorporate main branch changes
  • c108472 chore: rebuild dist for v9 upgrade and getOctokit factory
  • afff112 Merge pull request #712 from actions/salmanmkc/deployment-false + fix user-ag...
  • ff8117e ci: fix user-agent test to handle orchestration ID
  • 81c6b78 ci: use deployment: false to suppress deployment noise from integration tests
  • 3953caf docs: update README examples from @​v8 to @​v9, add getOctokit docs and v9 brea...
  • c17d55b ci: add getOctokit integration test job
  • a047196 test: add getOctokit integration tests via callAsyncFunction
  • Additional commits viewable in compare view

Updates dawidd6/action-download-artifact from 16 to 21

Release notes

Sourced from dawidd6/action-download-artifact's releases.

v21

What's Changed

New Contributors

Full Changelog: dawidd6/action-download-artifact@v20...v21

v20

What's Changed

Full Changelog: dawidd6/action-download-artifact@v19...v20

v19

What's Changed

Full Changelog: dawidd6/action-download-artifact@v18...v19

v18

What's Changed

Full Changelog: dawidd6/action-download-artifact@v17...v18

v17

What's Changed

... (truncated)

Commits
  • b6e2e70 node_modules: update (#405)
  • 1708cb3 Download artifacts in creation order (#398)
  • 00b585a build(deps): bump filesize from 11.0.16 to 11.0.17 (#404)
  • 0414c42 build(deps): bump @​actions/core from 3.0.0 to 3.0.1 (#401)
  • c802aad build(deps): bump @​actions/github from 9.1.0 to 9.1.1 (#400)
  • ef06691 build(deps): bump fast-xml-parser from 5.5.7 to 5.7.1 (#402)
  • 026702e build(deps): bump filesize from 11.0.15 to 11.0.16 (#399)
  • 09d0677 build(deps): bump @​actions/github from 9.0.0 to 9.1.0 (#396)
  • 8305c0f node_modules: update (#395)
  • 542af03 build(deps): bump lodash from 4.17.23 to 4.18.1 (#394)
  • Additional commits viewable in compare view

Updates SonarSource/sonarqube-scan-action from 7.0.0 to 8.2.1

Release notes

Sourced from SonarSource/sonarqube-scan-action's releases.

v8.2.1

What's Changed

Bug fix

  • SQSCANGHA-156 GPG signature verification fails when temporary directory path is too long

Full Changelog: SonarSource/sonarqube-scan-action@v8.2.0...v8.2.1

v8.2.0

What's Changed

Full Changelog: SonarSource/sonarqube-scan-action@v8...v8.2.0

v8.1.0

What's Changed

Full Changelog: SonarSource/sonarqube-scan-action@v8...v8.1.0

v8.0.0

What's Changed

Breaking change

Full Changelog: SonarSource/sonarqube-scan-action@v7...v8.0.0

v7.2.1

What's Changed

Full Changelog: SonarSource/sonarqube-scan-action@v7...v7.2.1

v7.2.0

What's Changed

... (truncated)

Commits
  • 2291811 SQSCANGHA-156 GPG signature verification fails when temporary directory path ...
  • 7cdc154 SQSCANGHA-153 NO-JIRA Bump actions/checkout from 6.0.2 to 7.0.0 (#255)
  • 45f2736 SQSCANGHA-151 Change Code Owners (#254)
  • 7138816 SQSCANGHA-127 Rename downloaded file to .zip before extraction on Windows (#251)
  • 3581139 SQSCANGHA-135 Fix scanner binaries always re-downloaded due to incompatible 4...
  • c9d327c SQSCANGHA-84 Remove outdated wget/curl references
  • b243e51 SQSCANGHA-88 Deprecate the SONARCLOUD_URL env variable support
  • 375c3f5 SQSCANGHA-149 Add scannerBinariesAuthHeader input for authenticated binary do...
  • 9c78323 SQSCANGHA-144 Add gate jobs to QA workflows for branch protection
  • 7006c44 Update SonarScanner CLI to 8.1.0.6389
  • 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 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 con...

Description has been truncated

Bumps the github-actions group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `4.3.1` | `7.0.1` |
| [actions/setup-python](https://github.com/actions/setup-python) | `5.6.0` | `7.0.0` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `7.0.1` |
| [ansible-community/ansible-test-gh-action](https://github.com/ansible-community/ansible-test-gh-action) | `1.17.0` | `1.18.0` |
| [actions/github-script](https://github.com/actions/github-script) | `7.1.0` | `9.0.0` |
| [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) | `16` | `21` |
| [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) | `7.0.0` | `8.2.1` |


Updates `actions/checkout` from 4.3.1 to 7.0.1
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.3.1...3d3c42e)

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

Updates `actions/upload-artifact` from 4.6.2 to 7.0.1
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@ea165f8...043fb46)

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

Updates `actions/github-script` from 7.1.0 to 9.0.0
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@f28e40c...3a2844b)

Updates `dawidd6/action-download-artifact` from 16 to 21
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](dawidd6/action-download-artifact@2536c51...b6e2e70)

Updates `SonarSource/sonarqube-scan-action` from 7.0.0 to 8.2.1
- [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases)
- [Commits](SonarSource/sonarqube-scan-action@a31c939...2291811)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/setup-python
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/upload-artifact
  dependency-version: 7.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.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/github-script
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: dawidd6/action-download-artifact
  dependency-version: '21'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: SonarSource/sonarqube-scan-action
  dependency-version: 8.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@sonarqubecloud

Copy link
Copy Markdown

@centosinfra-prod-github-app

Copy link
Copy Markdown
Contributor

@tremble tremble added the mergeit Merge the PR (SoftwareFactory) label Jul 31, 2026
@github-actions github-actions Bot added the backport-11 PR should be backported to the stable-11 branch label Jul 31, 2026
@centosinfra-prod-github-app

Copy link
Copy Markdown
Contributor

@centosinfra-prod-github-app
centosinfra-prod-github-app Bot merged commit b9cfb01 into main Jul 31, 2026
58 of 65 checks passed
@centosinfra-prod-github-app
centosinfra-prod-github-app Bot deleted the dependabot/github_actions/github-actions-d83f973c87 branch July 31, 2026 12:13
@patchback

patchback Bot commented Jul 31, 2026

Copy link
Copy Markdown

Backport to stable-11: 💔 creation of the backport PR failed

❌ Backport PR branch: patchback/backports/stable-11/b9cfb0122cfdca9c6253a9277867ca706398c490/pr-3048

Validation Failed: 'body is too long (maximum is 65536 characters)'

Backporting merged PR #3048 into main

  1. Ensure you have a local repo clone of your fork. Unless you cloned it
    from the upstream, this would be your origin remote.
  2. Make sure you have an upstream repo added as a remote too. In these
    instructions you'll refer to it by the name upstream. If you don't
    have it, here's how you can add it:
    $ git remote add upstream https://github.com/ansible-collections/amazon.aws.git
  3. Ensure you have the latest copy of upstream and prepare a branch
    that will hold the backported code:
    $ git fetch upstream
    $ git checkout -b patchback/backports/stable-11/b9cfb0122cfdca9c6253a9277867ca706398c490/pr-3048 upstream/stable-11
  4. Now, cherry-pick PR ci(deps): bump the github-actions group with 7 updates #3048 contents into that branch:
    $ git cherry-pick -x b9cfb0122cfdca9c6253a9277867ca706398c490
    If it'll yell at you with something like fatal: Commit b9cfb0122cfdca9c6253a9277867ca706398c490 is a merge but no -m option was given., add -m 1 as follows instead:
    $ git cherry-pick -m1 -x b9cfb0122cfdca9c6253a9277867ca706398c490
  5. At this point, you'll probably encounter some merge conflicts. You must
    resolve them in to preserve the patch from PR ci(deps): bump the github-actions group with 7 updates #3048 as close to the
    original as possible.
  6. Push this branch to your fork on GitHub:
    $ git push origin patchback/backports/stable-11/b9cfb0122cfdca9c6253a9277867ca706398c490/pr-3048
  7. Create a PR, ensure that the CI is green. If it's not — update it so that
    the tests and any other checks pass. This is it!
    Now relax and wait for the maintainers to process your pull request
    when they have some cycles to do reviews. Don't worry — they'll tell you if
    any improvements are necessary when the time comes!

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

tremble added a commit that referenced this pull request Jul 31, 2026
…3049) (#3050)

Backport of PRs #3048 and #3049 from main to stable-11.

Complete the Dependabot update cycle started in #3029/#3047 by updating
all GitHub Actions to their latest versions and adding security
hardening with persist-credentials: false.

Changes:
- actions/checkout: v4/v6 → v7.0.1
- actions/setup-python: v5 → v7.0.0
- actions/upload-artifact: v4 → v7.0.1
- actions/github-script: v7 → v9.0.0
- ansible-test-gh-action: v1.17.0 → v1.18.0
- dawidd6/action-download-artifact: v16 → v21
- SonarSource/sonarqube-scan-action: unversioned → v8.2.1
- ansible-network/github_actions workflows: 446d458 → 4678c74 (2026-07-31)
- ansible-community/github-docs-build: ea28abe → d69f901 (2026-07-21)

Security improvements:
- Add persist-credentials: false to all checkout actions

Integration workflow adjustments:
- Lock ansible_version to stable-2.20 to prevent breaking changes
  in newer ansible-core versions from blocking stable-11 backports
- Use Python 3.12 (stable version for stable-11 compatibility)

Co-authored-by: Claude Sonnet 4.5 <[email protected]>
tremble added a commit that referenced this pull request Aug 3, 2026
…3049) (#3050) (#3051)

Backport of PRs #3048 and #3049 from main to stable-10.

Complete the Dependabot update cycle started in #3029/#3047 by updating
all GitHub Actions to their latest versions and adding security
hardening with persist-credentials: false.

Changes:
- actions/checkout: v4/v6 → v7.0.1
- actions/setup-python: v5 → v7.0.0
- actions/upload-artifact: v4 → v7.0.1
- actions/github-script: v7 → v9.0.0
- ansible-test-gh-action: v1.17.0 → v1.18.0
- dawidd6/action-download-artifact: v16 → v21
- SonarSource/sonarqube-scan-action: unversioned → v8.2.1
- ansible-network/github_actions workflows: 446d458 → 4678c74 (2026-07-31)
- ansible-community/github-docs-build: ea28abe → d69f901 (2026-07-21)

Security improvements:
- Add persist-credentials: false to all checkout actions

Integration workflow adjustments:
- Lock ansible_version to stable-2.18 to prevent breaking changes
  in newer ansible-core versions from blocking stable-10 backports
- Use Python 3.12 (stable version for stable-10 compatibility)

Co-authored-by: Claude Sonnet 4.5 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-11 PR should be backported to the stable-11 branch dependencies github_actions mergeit Merge the PR (SoftwareFactory) needs_triage

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant