Skip to content

ci(deps): bump the github-actions group with 3 updates#2475

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 3 updates: ansible-community/ansible-test-gh-action, actions/github-script and actions/checkout.

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 actions/checkout from 6.0.3 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

Changelog

Sourced from actions/checkout's changelog.

Changelog

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

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 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 3 updates: [ansible-community/ansible-test-gh-action](https://github.com/ansible-community/ansible-test-gh-action), [actions/github-script](https://github.com/actions/github-script) and [actions/checkout](https://github.com/actions/checkout).


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 `actions/checkout` from 6.0.3 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@df4cb1c...9c091bb)

---
updated-dependencies:
- 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: actions/checkout
  dependency-version: 7.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 @github

dependabot Bot commented on behalf of github Jul 14, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, github_actions. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@centosinfra-prod-github-app

Copy link
Copy Markdown
Contributor

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

Copy link
Copy Markdown
Contributor

@centosinfra-prod-github-app
centosinfra-prod-github-app Bot merged commit dd4e83b into main Jul 14, 2026
112 of 139 checks passed
@centosinfra-prod-github-app
centosinfra-prod-github-app Bot deleted the dependabot/github_actions/github-actions-ff5abab5db branch July 14, 2026 11:17
@patchback

patchback Bot commented Jul 14, 2026

Copy link
Copy Markdown

Backport to stable-11: 💔 cherry-picking failed — conflicts found

❌ Failed to cleanly apply dd4e83b on top of patchback/backports/stable-11/dd4e83b645e375175aaf0cc6c4313f88ceef8ef9/pr-2475

Backporting merged PR #2475 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/community.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/dd4e83b645e375175aaf0cc6c4313f88ceef8ef9/pr-2475 upstream/stable-11
  4. Now, cherry-pick PR ci(deps): bump the github-actions group with 3 updates #2475 contents into that branch:
    $ git cherry-pick -x dd4e83b645e375175aaf0cc6c4313f88ceef8ef9
    If it'll yell at you with something like fatal: Commit dd4e83b645e375175aaf0cc6c4313f88ceef8ef9 is a merge but no -m option was given., add -m 1 as follows instead:
    $ git cherry-pick -m1 -x dd4e83b645e375175aaf0cc6c4313f88ceef8ef9
  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 3 updates #2475 as close to the
    original as possible.
  6. Push this branch to your fork on GitHub:
    $ git push origin patchback/backports/stable-11/dd4e83b645e375175aaf0cc6c4313f88ceef8ef9/pr-2475
  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 tremble removed backport_failed backport-11 PR should be backported to the stable-11 branch labels Jul 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies github_actions mergeit Merge the PR (SoftwareFactory)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant