Bump the gh-actions-packages group across 4 directories with 8 updates by dependabot[bot] · Pull Request #7888 · DataDog/dd-trace-dotnet
Bumps the gh-actions-packages group with 6 updates in the / directory:
| Package | From | To |
|---|---|---|
| actions/checkout | 5.0.0 |
6.0.0 |
| actions/setup-dotnet | 5.0.0 |
5.0.1 |
| actions/create-github-app-token | 2.1.4 |
2.2.0 |
| softprops/action-gh-release | 2.4.1 |
2.5.0 |
| peter-evans/create-pull-request | 7.0.8 |
7.0.9 |
| github/codeql-action | 4.31.2 |
4.31.6 |
Bumps the gh-actions-packages group with 1 update in the /.github/actions/create-system-test-docker-base-images directory: docker/setup-qemu-action.
Bumps the gh-actions-packages group with 1 update in the /.github/actions/deploy-aas-dev-apps directory: actions/create-github-app-token.
Bumps the gh-actions-packages group with 1 update in the /.github/actions/publish-debug-symbols directory: actions/setup-go.
Updates actions/checkout from 5.0.0 to 6.0.0
Release notes
Sourced from actions/checkout's releases.
v6.0.0
What's Changed
- Update README to include Node.js 24 support details and requirements by
@salmanmkcin actions/checkout#2248- Persist creds to a separate file by
@ericsciplein actions/checkout#2286- v6-beta by
@ericsciplein actions/checkout#2298- update readme/changelog for v6 by
@ericsciplein actions/checkout#2311Full Changelog: actions/checkout@v5.0.0...v6.0.0
v6-beta
What's Changed
Updated persist-credentials to store the credentials under
$RUNNER_TEMPinstead of directly in the local git config.This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.
v5.0.1
What's Changed
- Port v6 cleanup to v5 by
@ericsciplein actions/checkout#2301Full Changelog: actions/checkout@v5...v5.0.1
Changelog
Sourced from actions/checkout's changelog.
Changelog
V6.0.0
- Persist creds to a separate file by
@ericsciplein actions/checkout#2286- Update README to include Node.js 24 support details and requirements by
@salmanmkcin actions/checkout#2248V5.0.1
- Port v6 cleanup to v5 by
@ericsciplein actions/checkout#2301V5.0.0
- Update actions checkout to use node 24 by
@salmanmkcin actions/checkout#2226V4.3.1
- Port v6 cleanup to v4 by
@ericsciplein actions/checkout#2305V4.3.0
- docs: update README.md by
@motssin actions/checkout#1971- Add internal repos for checking out multiple repositories by
@mouismailin actions/checkout#1977- Documentation update - add recommended permissions to Readme by
@benwellsin actions/checkout#2043- Adjust positioning of user email note and permissions heading by
@joshmgrossin actions/checkout#2044- Update README.md by
@nebuk89in actions/checkout#2194- Update CODEOWNERS for actions by
@TingluoHuangin actions/checkout#2224- Update package dependencies by
@salmanmkcin actions/checkout#2236v4.2.2
url-helper.tsnow leverages well-known environment variables by@jww3in actions/checkout#1941- Expand unit test coverage for
isGhesby@jww3in actions/checkout#1946v4.2.1
- Check out other refs/* by commit if provided, fall back to ref by
@orhantoyin actions/checkout#1924v4.2.0
- Add Ref and Commit outputs by
@lucacomein actions/checkout#1180- Dependency updates by
@dependabot- actions/checkout#1777, actions/checkout#1872v4.1.7
- Bump the minor-npm-dependencies group across 1 directory with 4 updates by
@dependabotin actions/checkout#1739- Bump actions/checkout from 3 to 4 by
@dependabotin actions/checkout#1697- Check out other refs/* by commit by
@orhantoyin actions/checkout#1774- Pin actions/checkout's own workflows to a known, good, stable version. by
@jww3in actions/checkout#1776v4.1.6
- Check platform to set archive extension appropriately by
@cory-millerin actions/checkout#1732v4.1.5
- Update NPM dependencies by
@cory-millerin actions/checkout#1703- Bump github/codeql-action from 2 to 3 by
@dependabotin actions/checkout#1694- Bump actions/setup-node from 1 to 4 by
@dependabotin actions/checkout#1696- Bump actions/upload-artifact from 2 to 4 by
@dependabotin actions/checkout#1695
... (truncated)
Commits
Updates actions/setup-dotnet from 5.0.0 to 5.0.1
Release notes
Sourced from actions/setup-dotnet's releases.
v5.0.1
What's Changed
- Upgrade typescript from 5.4.2 to 5.9.2 and document breaking changes in v5 by
@dependabotin actions/setup-dotnet#624- Upgrade eslint-plugin-jest from 27.9.0 to 29.0.1 by
@dependabotin actions/setup-dotnet#648- Upgrade actions/publish-action from 0.3.0 to 0.4.0 and update macos-13 to macos-15-intel by
@dependabotin actions/setup-dotnet#665Full Changelog: actions/setup-dotnet@v5...v5.0.1
Commits
Updates actions/create-github-app-token from 2.1.4 to 2.2.0
Release notes
Sourced from actions/create-github-app-token's releases.
v2.2.0
2.2.0 (2025-11-21)
Bug Fixes
- deps: bump glob from 10.4.5 to 10.5.0 (#305) (5480f43)
- deps: bump p-retry from 6.2.1 to 7.1.0 (#294) (dce3be8)
- deps: bump the production-dependencies group with 2 updates (#292) (55e2a4b)
Features
Commits
7e473efbuild(release): 2.2.0 [skip ci]dce3be8fix(deps): bump p-retry from 6.2.1 to 7.1.0 (#294)5480f43fix(deps): bump glob from 10.4.5 to 10.5.0 (#305)d90aa53feat: update permission inputs (#296)55e2a4bfix(deps): bump the production-dependencies group with 2 updates (#292)cc6f999ci(test): trigger on merge_group (#308)40fa6b5build(deps-dev): bump@sinonjs/fake-timersfrom 14.0.0 to 15.0.0 (#295)396e502build(deps): bump actions/checkout from 5 to 6 (#306)f48f2ebbuild(deps): bump stefanzweifel/git-auto-commit-action from 6.0.1 to 7.0.0 (#...b7f83f6build(deps): bump actions/setup-node from 4 to 6 (#299)- Additional commits viewable in compare view
Updates softprops/action-gh-release from 2.4.1 to 2.5.0
Release notes
Sourced from softprops/action-gh-release's releases.
v2.5.0
What's Changed
Exciting New Features 🎉
- feat: mark release as draft until all artifacts are uploaded by
@dumbmoronin softprops/action-gh-release#692Other Changes 🔄
- chore(deps): bump the npm group across 1 directory with 5 updates by
@dependabot[bot] in softprops/action-gh-release#697- chore(deps): bump actions/checkout from 5.0.0 to 5.0.1 in the github-actions group by
@dependabot[bot] in softprops/action-gh-release#689New Contributors
@dumbmoronmade their first contribution in softprops/action-gh-release#692Full Changelog: softprops/action-gh-release@v2.4.2...v2.5.0
v2.4.2
What's Changed
Exciting New Features 🎉
- feat: Ensure generated release notes cannot be over 125000 characters by
@BeryJuin softprops/action-gh-release#684Other Changes 🔄
- dependency updates
New Contributors
@BeryJumade their first contribution in softprops/action-gh-release#684Full Changelog: softprops/action-gh-release@v2.4.1...v2.4.2
Changelog
Sourced from softprops/action-gh-release's changelog.
2.5.0
What's Changed
Exciting New Features 🎉
- feat: mark release as draft until all artifacts are uploaded by
@dumbmoronin softprops/action-gh-release#692Other Changes 🔄
- dependency updates
2.4.2
What's Changed
Exciting New Features 🎉
- feat: Ensure generated release notes cannot be over 125000 characters by
@BeryJuin softprops/action-gh-release#684Other Changes 🔄
- dependency updates
2.4.1
What's Changed
Other Changes 🔄
- fix(util): support brace expansion globs containing commas in parseInputFiles by
@Copilotin softprops/action-gh-release#672- fix: gracefully fallback to body when body_path cannot be read by
@Copilotin softprops/action-gh-release#6712.4.0
What's Changed
Exciting New Features 🎉
- feat(action): respect working_directory for files globs by
@stephenwayin softprops/action-gh-release#6672.3.4
What's Changed
Bug fixes 🐛
- fix(action): handle 422 already_exists race condition by
@stephenwayin softprops/action-gh-release#665Other Changes 🔄
... (truncated)
Commits
a06a81arelease 2.5.07da8983feat: mark release as draft until all artifacts are uploaded (#692)8797328chore(deps): bump actions/checkout in the github-actions group (#689)1bfc62achore(deps): bump the npm group across 1 directory with 5 updates (#697)5be0e66release 2.4.2af658b4feat: Ensure generated release notes cannot be over 125000 characters (#684)237aaccchore: bump node to 24.11.000362bechore(deps): bump the npm group with 5 updates (#687)0adea5achore(deps): bump the npm group with 3 updates (#686)aa05f9dchore(deps): bump actions/setup-node from 5.0.0 to 6.0.0 in the github-action...- Additional commits viewable in compare view
Updates peter-evans/create-pull-request from 7.0.8 to 7.0.9
Release notes
Sourced from peter-evans/create-pull-request's releases.
Create Pull Request v7.0.9
⚙️ Fixes an incompatibility with the recently released
actions/checkout@v6.What's Changed
- ~70 dependency updates by
@dependabot- docs: fix workaround description about
ready_for_reviewby@ybiquitousin peter-evans/create-pull-request#3939- Docs:
add-pathsdefault behavior by@joeflack4in peter-evans/create-pull-request#3928- docs: update to create-github-app-token v2 by
@Gooolerin peter-evans/create-pull-request#4063- Fix compatibility with actions/checkout@v6 by
@ericsciplein peter-evans/create-pull-request#4230New Contributors
@joeflack4made their first contribution in peter-evans/create-pull-request#3928@Gooolermade their first contribution in peter-evans/create-pull-request#4063@ericsciplemade their first contribution in peter-evans/create-pull-request#4230Full Changelog: peter-evans/create-pull-request@v7.0.8...v7.0.9
Commits
84ae59afix: compatibility with actions/checkout@v6 (#4230)b4733b9build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 (#4222)0edc001build(deps-dev): bump the npm group with 2 updates (#4201)430aea0build(deps): bump the github-actions group with 3 updates (#4200)46cdba7build(deps-dev): bump the npm group with 3 updates (#4185)b937339build(deps): bump the github-actions group with 2 updates (#4184)e9af275ci: update dependabot configd3e081abuild(deps-dev): bump@types/nodefrom 18.19.127 to 18.19.128 (#4178)9ec683ebuild(deps-dev): bump@types/nodefrom 18.19.125 to 18.19.127 (#4165)65d8d10build(deps-dev): bump ts-jest from 29.4.2 to 29.4.4 (#4163)- Additional commits viewable in compare view
Updates github/codeql-action from 4.31.2 to 4.31.6
Release notes
Sourced from github/codeql-action's releases.
v4.31.6
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
4.31.6 - 01 Dec 2025
No user facing changes.
See the full CHANGELOG.md for more information.
v4.31.5
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
4.31.5 - 24 Nov 2025
- Update default CodeQL bundle version to 2.23.6. #3321
See the full CHANGELOG.md for more information.
v4.31.4
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
4.31.4 - 18 Nov 2025
No user facing changes.
See the full CHANGELOG.md for more information.
v4.31.3
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
4.31.3 - 13 Nov 2025
- CodeQL Action v3 will be deprecated in December 2026. The Action now logs a warning for customers who are running v3 but could be running v4. For more information, see Upcoming deprecation of CodeQL Action v3.
- Update default CodeQL bundle version to 2.23.5. #3288
See the full CHANGELOG.md for more information.
Changelog
Sourced from github/codeql-action's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
[UNRELEASED]
No user facing changes.
4.31.6 - 01 Dec 2025
No user facing changes.
4.31.5 - 24 Nov 2025
- Update default CodeQL bundle version to 2.23.6. #3321
4.31.4 - 18 Nov 2025
No user facing changes.
4.31.3 - 13 Nov 2025
- CodeQL Action v3 will be deprecated in December 2026. The Action now logs a warning for customers who are running v3 but could be running v4. For more information, see Upcoming deprecation of CodeQL Action v3.
- Update default CodeQL bundle version to 2.23.5. #3288
4.31.2 - 30 Oct 2025
No user facing changes.
4.31.1 - 30 Oct 2025
- The
add-snippetsinput has been removed from theanalyzeaction. This input has been deprecated since CodeQL Action 3.26.4 in August 2024 when this removal was announced.4.31.0 - 24 Oct 2025
- Bump minimum CodeQL bundle version to 2.17.6. #3223
- When SARIF files are uploaded by the
analyzeorupload-sarifactions, the CodeQL Action automatically performs post-processing steps to prepare the data for the upload. Previously, these post-processing steps were only performed before an upload took place. We are now changing this so that the post-processing steps will always be performed, even when the SARIF files are not uploaded. This does not change anything for theupload-sarifaction. Foranalyze, this may affect Advanced Setup for CodeQL users who specify a value other thanalwaysfor theuploadinput. #32224.30.9 - 17 Oct 2025
- Update default CodeQL bundle version to 2.23.3. #3205
- Experimental: A new
setup-codeqlaction has been added which is similar toinit, except it only installs the CodeQL CLI and does not initialize a database. Do not use this in production as it is part of an internal experiment and subject to change at any time. #32044.30.8 - 10 Oct 2025
No user facing changes.
4.30.7 - 06 Oct 2025
- [v4+ only] The CodeQL Action now runs on Node.js v24. #3169
... (truncated)
Commits
fe4161aMerge pull request #3336 from github/update-v4.31.6-ecec1f88788c2ab5Update changelog for v4.31.6ecec1f8Merge pull request #3335 from github/mbg/ci/run-codeql-on-all-prs23da732Merge pull request #3334 from github/kaspersv/overlay-minor-commentsf7abc74Remove branch filter for PR event in CodeQL workflow32ada5eMerge branch 'main' into kaspersv/overlay-minor-comments75b2f49Merge pull request #3333 from github/kaspersv/overlay-no-resource-checks-optionf036b1cMerge branch 'main' into kaspersv/overlay-no-resource-checks-option58c5954Add comment to runnerSupportsOverlayAnalysisb02fa13Order feature flags alphabetically- Additional commits viewable in compare view
Updates docker/setup-qemu-action from 3.6.0 to 3.7.0
Release notes
Sourced from docker/setup-qemu-action's releases.
v3.7.0
- Bump
@docker/actions-toolkitfrom 0.56.0 to 0.67.0 in docker/setup-qemu-action#217 docker/setup-qemu-action#230- Bump brace-expansion from 1.1.11 to 1.1.12 in docker/setup-qemu-action#220
- Bump form-data from 2.5.1 to 2.5.5 in docker/setup-qemu-action#218
- Bump tmp from 0.2.3 to 0.2.4 in docker/setup-qemu-action#221
- Bump undici from 5.28.4 to 5.29.0 in docker/setup-qemu-action#219
Full Changelog: docker/setup-qemu-action@v3.6.0...v3.7.0
Commits
c7c5346Merge pull request #230 from docker/dependabot/npm_and_yarn/docker/actions-to...3a517a1chore: update generated contenta5b45edbuild(deps): bump@docker/actions-toolkitfrom 0.62.1 to 0.67.03a64278Merge pull request #220 from docker/dependabot/npm_and_yarn/brace-expansion-1...94906bachore: update generated content4027abfbuild(deps): bump brace-expansion from 1.1.11 to 1.1.12bee0aaaMerge pull request #221 from docker/dependabot/npm_and_yarn/tmp-0.2.40d7e257chore: update generated contentb869601build(deps): bump tmp from 0.2.3 to 0.2.43a043edMerge pull request #219 from docker/dependabot/npm_and_yarn/undici-5.29.0- Additional commits viewable in compare view
Updates actions/create-github-app-token from 2.1.4 to 2.2.0
Release notes
Sourced from actions/create-github-app-token's releases.
v2.2.0
2.2.0 (2025-11-21)
Bug Fixes
- deps: bump glob from 10.4.5 to 10.5.0 (#305) (5480f43)
- deps: bump p-retry from 6.2.1 to 7.1.0 (#294) (dce3be8)
- deps: bump the production-dependencies group with 2 updates (#292) (55e2a4b)
Features
Commits
7e473efbuild(release): 2.2.0 [skip ci]dce3be8fix(deps): bump p-retry from 6.2.1 to 7.1.0 (#294)5480f43fix(deps): bump glob from 10.4.5 to 10.5.0 (#305)d90aa53feat: update permission inputs (#296)55e2a4bfix(deps): bump the production-dependencies group with 2 updates (#292)cc6f999ci(test): trigger on merge_group (#308)40fa6b5build(deps-dev): bump@sinonjs/fake-timersfrom 14.0.0 to 15.0.0 (#295)396e502build(deps): bump actions/checkout from 5 to 6 (#306)f48f2ebbuild(deps): bump stefanzweifel/git-auto-commit-action from 6.0.1 to 7.0.0 (#...b7f83f6build(deps): bump actions/setup-node from 4 to 6 (#299)- Additional commits viewable in compare view
Updates actions/setup-go from 6.0.0 to 6.1.0
Release notes
Sourced from actions/setup-go's releases.
v6.1.0
What's Changed
Enhancements
- Fall back to downloading from go.dev/dl instead of storage.googleapis.com/golang by
@nicholasngaiin actions/setup-go#665- Add support for .tool-versions file and update workflow by
@priya-kinthaliin actions/setup-go#673- Add comprehensive breaking changes documentation for v6 by
@mahabaleshwarsin actions/setup-go#674Dependency updates
- Upgrade eslint-config-prettier from 10.0.1 to 10.1.8 and document breaking changes in v6 by
@dependabotin actions/setup-go#617- Upgrade actions/publish-action from 0.3.0 to 0.4.0 by
@dependabotin actions/setup-go#641- Upgrade semver and
@types/semverby@dependabotin actions/setup-go#652New Contributors
@nicholasngaimade their first contribution in actions/setup-go#665@priya-kinthalimade their first contribution in actions/setup-go#673@mahabaleshwarsmade their first contribution in actions/setup-go#674Full Changelog: actions/setup-go@v6...v6.1.0
Commits
4dc6199Bump semver and@types/semver(#652)f3787beAdd comprehensive breaking changes documentation for v6 (#674)3a0c2c8Bump actions/publish-action from 0.3.0 to 0.4.0 (#641)faf5242Add support for .tool-versions file in setup-go, update workflow (#673)7bc60dbFall back to downloading from go.dev/dl instead of storage.googleapis.com/gol...c0137caBump eslint-config-prettier from 10.0.1 to 10.1.8 and document breaking chang...- See full diff 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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