Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2025

Bumps the github-actions-dependencies group with 5 updates:

Package From To
actions/checkout 4 5
actions/setup-python 5.5.0 5.6.0
armakuni/github-actions 0.19.6 0.19.8
actions/download-artifact 4 5
terraform-linters/setup-tflint 4 5

Updates actions/checkout from 4 to 5

Release notes

Sourced from actions/checkout's releases.

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

Full Changelog: actions/checkout@v4...v5.0.0

v4.3.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

v4.2.2

What's Changed

Full Changelog: actions/checkout@v4.2.1...v4.2.2

v4.2.1

What's Changed

New Contributors

Full Changelog: actions/checkout@v4.2.0...v4.2.1

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

V5.0.0

V4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

v4.1.4

v4.1.3

... (truncated)

Commits

Updates actions/setup-python from 5.5.0 to 5.6.0

Release notes

Sourced from actions/setup-python's releases.

v5.6.0

What's Changed

Full Changelog: actions/setup-python@v5...v5.6.0

Commits

Updates armakuni/github-actions from 0.19.6 to 0.19.8

Release notes

Sourced from armakuni/github-actions's releases.

Release v0.19.8

Bug Fixes

  • 4e504683e44d4f21015384ff635d23c160aaffeb - (deps) bump actions/checkout from 4 to 5 - dependabot[bot]

Miscellaneous Chores

  • eaacd5f749ce77a8d735db18273d0c16ff6d09ed - (version) v0.19.8 [skip ci] - cog-bot

Release v0.19.7

Bug Fixes

  • a2f2b2a5bb29c0964bff97f7901284a5800e625a - (deps) bump ncipollo/release-action from 1.16.0 to 1.18.0 - dependabot[bot]

Continuous Integration

  • cf02b807493ab19759024132aa801dfc133f5900 - (mergify) upgrade configuration to current format - Mergify

Miscellaneous Chores

  • 11b1e35c9a438668e7976b7c07fe1a0e49962810 - (version) v0.19.7 [skip ci] - cog-bot
Changelog

Sourced from armakuni/github-actions's changelog.

v0.19.8 - 2025-08-11

Bug Fixes

  • (deps) bump actions/checkout from 4 to 5 - (4e50468) - dependabot[bot]

v0.19.7 - 2025-06-30

Bug Fixes

  • (deps) bump ncipollo/release-action from 1.16.0 to 1.18.0 - (a2f2b2a) - dependabot[bot]

Continuous Integration

  • (mergify) upgrade configuration to current format - (cf02b80) - Mergify

Commits
  • eaacd5f chore(version): v0.19.8 [skip ci]
  • 711e7c0 Merge pull request #60 from armakuni/dependabot/github_actions/actions/checko...
  • 4e50468 fix(deps): bump actions/checkout from 4 to 5
  • 11b1e35 chore(version): v0.19.7 [skip ci]
  • 63e2712 Merge pull request #58 from armakuni/dependabot/github_actions/ncipollo/relea...
  • a2f2b2a fix(deps): bump ncipollo/release-action from 1.16.0 to 1.18.0
  • cf02b80 ci(mergify): upgrade configuration to current format
  • See full diff in compare view

Updates actions/download-artifact from 4 to 5

Release notes

Sourced from actions/download-artifact's releases.

v5.0.0

What's Changed

v5.0.0

🚨 Breaking Change

This release fixes an inconsistency in path behavior for single artifact downloads by ID. If you're downloading single artifacts by ID, the output path may change.

What Changed

Previously, single artifact downloads behaved differently depending on how you specified the artifact:

  • By name: name: my-artifact → extracted to path/ (direct)
  • By ID: artifact-ids: 12345 → extracted to path/my-artifact/ (nested)

Now both methods are consistent:

  • By name: name: my-artifact → extracted to path/ (unchanged)
  • By ID: artifact-ids: 12345 → extracted to path/ (fixed - now direct)

Migration Guide

✅ No Action Needed If:
  • You download artifacts by name
  • You download multiple artifacts by ID
  • You already use merge-multiple: true as a workaround
⚠️ Action Required If:

You download single artifacts by ID and your workflows expect the nested directory structure.

Before v5 (nested structure):

- uses: actions/download-artifact@v4
  with:
    artifact-ids: 12345
    path: dist
# Files were in: dist/my-artifact/

Where my-artifact is the name of the artifact you previously uploaded

To maintain old behavior (if needed):

</tr></table> 

... (truncated)

Commits
  • 634f93c Merge pull request #416 from actions/single-artifact-id-download-path
  • b19ff43 refactor: resolve download path correctly in artifact download tests (mainly ...
  • e262cbe bundle dist
  • bff23f9 update docs
  • fff8c14 fix download path logic when downloading a single artifact by id
  • 448e3f8 Merge pull request #407 from actions/nebuk89-patch-1
  • 47225c4 Update README.md
  • See full diff in compare view

Updates terraform-linters/setup-tflint from 4 to 5

Release notes

Sourced from terraform-linters/setup-tflint's releases.

v5.0.0

Breaking Changes

Dependencies

Dependencies

Full Changelog: terraform-linters/setup-tflint@v4...v5.0.0

v4.1.1

What's Changed

This release converts the action to ESM in order to enable use of ESM-only packages from GitHub. This should have no impact on end-users. Please open an issue if observe any change.

Refactoring

Dependencies

... (truncated)

Commits
  • ae78205 fix: treat tflint exit code 2 as failure (#324)
  • d12e7d7 build(deps): Bump @​octokit/rest from 21.1.1 to 22.0.0 (#318)
  • 94a7c68 build(deps-dev): Bump eslint-plugin-jest from 28.11.0 to 29.0.1 (#317)
  • 088aad0 build(deps-dev): Bump prettier from 3.5.3 to 3.6.2 (#319)
  • 703178c build(deps): Bump actions/setup-node from 4.3.0 to 4.4.0 (#307)
  • 6386b31 build(deps): Bump haya14busa/action-update-semver from 1.2.1 to 1.3.0 (#308)
  • 090d6a0 build(deps-dev): Bump @​babel/eslint-parser from 7.27.5 to 7.28.0 (#320)
  • 501d0fb build(deps-dev): Bump eslint-config-prettier from 10.1.1 to 10.1.8 (#321)
  • b06714a dependabot: automerge (#322)
  • e3e4b9b build(deps-dev): Bump @​eslint/js from 9.21.0 to 9.30.0 (#313)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `4` | `5` |
| [actions/setup-python](https://github.com/actions/setup-python) | `5.5.0` | `5.6.0` |
| [armakuni/github-actions](https://github.com/armakuni/github-actions) | `0.19.6` | `0.19.8` |
| [actions/download-artifact](https://github.com/actions/download-artifact) | `4` | `5` |
| [terraform-linters/setup-tflint](https://github.com/terraform-linters/setup-tflint) | `4` | `5` |


Updates `actions/checkout` from 4 to 5
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v5)

Updates `actions/setup-python` from 5.5.0 to 5.6.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v5.5.0...v5.6.0)

Updates `armakuni/github-actions` from 0.19.6 to 0.19.8
- [Release notes](https://github.com/armakuni/github-actions/releases)
- [Changelog](https://github.com/armakuni/github-actions/blob/main/CHANGELOG.md)
- [Commits](armakuni/github-actions@v0.19.6...v0.19.8)

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

Updates `terraform-linters/setup-tflint` from 4 to 5
- [Release notes](https://github.com/terraform-linters/setup-tflint/releases)
- [Commits](terraform-linters/setup-tflint@v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-dependencies
- dependency-name: actions/setup-python
  dependency-version: 5.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: armakuni/github-actions
  dependency-version: 0.19.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
- dependency-name: actions/download-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-dependencies
- dependency-name: terraform-linters/setup-tflint
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-dependencies
...

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 19, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 8, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Sep 8, 2025
@dependabot dependabot bot deleted the dependabot/github_actions/github-actions-dependencies-8756264b3d branch September 8, 2025 21:07
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