Skip to content

ci(deps): bump the github-actions group across 1 directory with 4 updates - #500

Open
dependabot[bot] wants to merge 1 commit into
developmentfrom
dependabot/github_actions/github-actions-43268ab486
Open

dependabot[bot] wants to merge 1 commit into
developmentfrom
dependabot/github_actions/github-actions-43268ab486

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 4 updates in the / directory: actions/checkout, epam/ai-dial-ci, dorny/test-reporter and actions/upload-artifact.

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

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 epam/ai-dial-ci from 4.7.2 to 4.11.0

Release notes

Sourced from epam/ai-dial-ci's releases.

4.11.0

[!tip] Additional ORT configuration changes are recommended with this release

  1. Remove all resolutions from .ort.yml file
  2. Get a fresh ORT scan report
  3. Create new issue(s) in ai-dial-ort-config - one issue per package is advised
  4. Ensure findings were addressed (e.g. curations were created and merged into main)
  5. Repeat ORT scan, verify report is clear now
  6. Create resolutions in .ort.yml file for findings that can't be fixed by curations

What's Changed

Full Changelog: epam/ai-dial-ci@4.10.0...4.11.0

4.10.0

What's Changed

Full Changelog: epam/ai-dial-ci@4.9.0...4.10.0

4.9.0

What's Changed

Full Changelog: epam/ai-dial-ci@4.8.0...4.9.0

4.8.0

What's Changed

... (truncated)

Commits
  • 3974fc6 ci(deps): bump actions/checkout in / (#597)
  • 2647c7c ci(deps): bump docker/metadata-action from 6.1.0 to 6.2.0 in /actions/build_d...
  • 7c93bad ci(deps): bump docker/login-action from 4.2.0 to 4.6.0 in /actions/build_dock...
  • ecf9291 ci(deps): bump digital-blueprint/gitlab-pipeline-trigger-action from 1.4.0 to...
  • 12ae60f ci(deps): bump marocchino/sticky-pull-request-comment from 3.0.4 to 3.0.5 (#549)
  • 1a24cf4 ci(dependabot): enable auto-merge for Dependabot PRs (#603)
  • 6de420c ci(deps): bump actions/cache from 5.0.5 to 6.1.0 in /actions/python_prepare (...
  • f2338a1 ci(deps): bump docker/build-push-action from 7.2.0 to 7.3.0 in /actions/build...
  • a1a9b7d ci(deps): bump docker/setup-qemu-action from 4.1.0 to 4.2.0 in /actions/build...
  • 3fd40da ci(deps): bump github/codeql-action/upload-sarif in / (#602)
  • Additional commits viewable in compare view

Updates dorny/test-reporter from 1 to 3

Release notes

Sourced from dorny/test-reporter's releases.

v3.0.0

Note: The v3 release requires NodeJS 24 runtime on GitHub Actions runners.

What's Changed

Other Changes

New Contributors

Full Changelog: dorny/test-reporter@v2.7.0...v3.0.0

v2.7.0

What's Changed

Other Changes

New Contributors

Full Changelog: dorny/test-reporter@v2.6.0...v2.7.0

v2.6.0

We updated all dependency packages to latest versions to fix reported security vulnerabilities.

What's Changed

  • Fix: For workflow_run events, resolve the commit of the check run from related pull request head commits first (matching workflow_run.head_branch, then first PR), and fall back to workflow_run.head_sha for non-PR runs dorny/test-reporter#673
  • Change: The test-reporter action will listed all artifacts associated with the build run dorny/test-reporter#693
  • Maintenance: Upgrade to ESLint v9 dorny/test-reporter#629

New Contributors

Full Changelog: dorny/test-reporter@v2.5.0...v2.6.0

... (truncated)

Changelog

Sourced from dorny/test-reporter's changelog.

Changelog

3.1.0

3.0.0

2.7.0

2.6.0

  • Fix: For workflow_run events, resolve the commit of the check run from related pull request head commits first (matching workflow_run.head_branch, then first PR), and fall back to workflow_run.head_sha for non-PR runs dorny/test-reporter#673
  • Change: The test-reporter action will listed all artifacts associated with the build run dorny/test-reporter#693
  • Maintenance: Upgrade to ESLint v9 dorny/test-reporter#629

2.5.0

2.4.0

2.3.0

2.2.0

2.1.1

... (truncated)

Commits
  • a43b3a5 test-reporter release v3.0.0
  • 79216dc Merge pull request #744 from dorny/dependabot/npm_and_yarn/flatted-3.4.2
  • 62c3873 Merge pull request #745 from dorny/feature/workflow_permissions
  • bd74ca6 Explicitly use lowest permissions required to run workflow
  • 0c2b2aa Merge pull request #738 from dav-tb/feature/node24-runtime
  • f7eee30 Use the @types/node definitions for NodeJS 24 runtime
  • ad0a96f Upgrade action runtime to Node.js 24
  • 543415c Merge pull request #741 from dorny/release/v2.7.0
  • f1284d0 Bump flatted from 3.4.1 to 3.4.2
  • 3c1b53f Merge pull request #743 from dorny/dependabot/npm_and_yarn/types/adm-zip-0.5.8
  • Additional commits viewable in compare view

Updates actions/upload-artifact from 4 to 7

Release notes

Sourced from actions/upload-artifact's releases.

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

BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

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

@dependabot dependabot Bot added dependencies Dependencies update github_actions Pull requests that update GitHub Actions code labels Aug 5, 2026
@dependabot dependabot Bot added dependencies Dependencies update github_actions Pull requests that update GitHub Actions code labels Aug 5, 2026
@dependabot dependabot Bot changed the title chore: bump the github-actions group with 4 updates chore: bump the github-actions group across 1 directory with 4 updates Aug 12, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-43268ab486 branch from f947aa3 to 4172792 Compare August 12, 2026 09:07
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-43268ab486 branch from 4172792 to 284e8e3 Compare August 19, 2026 09:06
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-43268ab486 branch from 284e8e3 to 44169dc Compare August 26, 2026 09:15
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-43268ab486 branch from 44169dc to 8536f18 Compare August 26, 2026 09:41
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-43268ab486 branch from 8536f18 to 5c44c34 Compare September 2, 2026 09:16
ai-dial-actions
ai-dial-actions previously approved these changes Sep 2, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-43268ab486 branch from 5c44c34 to 6246bec Compare September 9, 2026 09:17
…ates

Bumps the github-actions group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [epam/ai-dial-ci](https://github.com/epam/ai-dial-ci), [dorny/test-reporter](https://github.com/dorny/test-reporter) and [actions/upload-artifact](https://github.com/actions/upload-artifact).


Updates `actions/checkout` from 6.0.3 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@df4cb1c...3d3c42e)

Updates `epam/ai-dial-ci` from 4.7.2 to 4.11.0
- [Release notes](https://github.com/epam/ai-dial-ci/releases)
- [Commits](epam/ai-dial-ci@4.7.2...4.11.0)

Updates `dorny/test-reporter` from 1 to 3
- [Release notes](https://github.com/dorny/test-reporter/releases)
- [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md)
- [Commits](dorny/test-reporter@v1...v3)

Updates `actions/upload-artifact` from 4 to 7
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v7)

---
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/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: dorny/test-reporter
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: epam/ai-dial-ci
  dependency-version: 4.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore: bump the github-actions group across 1 directory with 4 updates ci(deps): bump the github-actions group across 1 directory with 4 updates Sep 14, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-43268ab486 branch from 6246bec to f665285 Compare September 14, 2026 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependencies update github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant