Skip to content

Bump the gh-actions-packages group with 4 updates - #112

Merged
anmarchenko merged 1 commit into
mainfrom
dependabot/github_actions/gh-actions-packages-b60c50cfc6
Aug 3, 2026
Merged

Bump the gh-actions-packages group with 4 updates#112
anmarchenko merged 1 commit into
mainfrom
dependabot/github_actions/gh-actions-packages-b60c50cfc6

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the gh-actions-packages group with 4 updates: actions/checkout, actions/setup-go, actions/setup-python and datadog/test-visibility-github-action.

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

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-go from 6.5.0 to 7.0.0

Release notes

Sourced from actions/setup-go's releases.

v7.0.0

What's Changed

New Contributors

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

Commits

Updates actions/setup-python from 6.3.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

Commits

Updates datadog/test-visibility-github-action from 2.10.0 to 3.0.0

Release notes

Sourced from datadog/test-visibility-github-action's releases.

v3.0.0

Migrating from v2 to v3

v3 replaces runtime latest library resolution with exact default versions pinned by each action release. No input names or required configuration changed.

Update the action reference in your workflow:

- uses: datadog/test-visibility-github-action@v2
+ uses: datadog/test-visibility-github-action@v3

Explicit library-version inputs continue to override the action defaults. Without explicit inputs, the first v3 run uses the pinned defaults listed in the README.

Use @v3 to receive future compatible v3 updates automatically, or use @v3.0.0 or a full commit SHA to keep the action and its default library versions fixed until you update the reference.

For details, read the v2-to-v3 migration guide and action versioning options.

What's Changed

Full Changelog: DataDog/test-visibility-github-action@v2.10.0...v3.0.0

Changelog

Sourced from datadog/test-visibility-github-action's changelog.

Release Process

This repository ships a composite GitHub Action. Releases use immutable semantic-version tags such as v3.0.0 and a moving major branch such as v3.

Requirements

The local release scripts require curl, git, gh, and Ruby. Authenticate the GitHub CLI before using them:

gh auth login
gh auth status

The scripts that create commits use signed commits and verify the signature before pushing. Run the bump and release helpers from a clean working tree.

Release labels

Every PR intended for a release must have one of these labels:

  • semver-patch: requests the next patch release
  • semver-minor: requests the next minor release
  • semver-major: requests the next major release

If a release includes multiple merged PRs, the highest requested version change wins. A major release can also be selected explicitly by passing --tag vX.0.0 to the release script.

Bump pinned library versions

Use scripts/create-library-version-bump-pr.sh for the normal maintainer workflow. It discovers available updates and handles the complete branch, signed commit, push, and PR flow.

Preview all currently available library updates:

scripts/create-library-version-bump-pr.sh --dry-run

Create a single PR containing every available update:

scripts/create-library-version-bump-pr.sh

The script reads the official package sources for .NET, Java, JavaScript, Python, Python coverage, Ruby, and Go/Orchestrion. If at least one pinned default is outdated, it creates a branch, updates action.yml and README.md, creates and verifies a signed commit, pushes the branch, and opens a PR.

The PR receives:

  • library-version-bump
  • semver-patch when every update is a patch
  • semver-minor when at least one library changes its major or minor version

Use scripts/bump-library-versions.sh only as a lower-level manual tool when you already know the exact versions to apply, such as for a targeted update or when testing the file changes. It only updates action.yml and README.md; it does not query package sources, create a branch or commit, push, or open a PR.

... (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 gh-actions-packages group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-go](https://github.com/actions/setup-go), [actions/setup-python](https://github.com/actions/setup-python) and [datadog/test-visibility-github-action](https://github.com/datadog/test-visibility-github-action).


Updates `actions/checkout` from 7.0.0 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@9c091bb...3d3c42e)

Updates `actions/setup-go` from 6.5.0 to 7.0.0
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@924ae3a...b7ad1da)

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

Updates `datadog/test-visibility-github-action` from 2.10.0 to 3.0.0
- [Release notes](https://github.com/datadog/test-visibility-github-action/releases)
- [Changelog](https://github.com/DataDog/test-visibility-github-action/blob/main/RELEASE.md)
- [Commits](DataDog/test-visibility-github-action@4e7afb0...d6d648d)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gh-actions-packages
- dependency-name: actions/setup-go
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gh-actions-packages
- dependency-name: actions/setup-python
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gh-actions-packages
- dependency-name: datadog/test-visibility-github-action
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gh-actions-packages
...

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 Aug 1, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 1, 2026 16:26
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 1, 2026

@datadog-datadog-prod-us1 datadog-datadog-prod-us1 Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Datadog Autotest: PASS

More details

The workflow changes are confined to the four intended dependency pins, and local validation found no missing replacements, malformed YAML, or ddtest regressions. The action-major upgrades cannot be executed in this sandbox, but their configured inputs remain compatible with the published migration notes and no diff-only production hazard is evident.

Was this helpful? React 👍 or 👎

📊 Validated against 5 scenarios · Open Bits AI session

🤖 Datadog Autotest · Commit 038f4f4 · What is Autotest? · @DataDog review to ask questions · Any feedback? Reach out in #autotest

@anmarchenko
anmarchenko merged commit 726db7c into main Aug 3, 2026
3 checks passed
@anmarchenko
anmarchenko deleted the dependabot/github_actions/gh-actions-packages-b60c50cfc6 branch August 3, 2026 09:16
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.

1 participant