Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps the github-actions-dependencies group with 8 updates in the / directory:

Package From To
actions/checkout 4 5
cocogitto/cocogitto-action 3 4
actions/setup-python 5.5.0 6.0.0
armakuni/github-actions 0.19.6 0.19.10
actions/upload-artifact 4 5
actions/download-artifact 4 6
actions/setup-go 5 6
terraform-linters/setup-tflint 4 6

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 cocogitto/cocogitto-action from 3 to 4

Release notes

Sourced from cocogitto/cocogitto-action's releases.

v4

Features

  • 6040da42faa133b5ca4b113d02a3ed7bb1cb1fa1 - update cocogitto to 6.4.0 - @​oknozor

  • 9759a010b12220484ca2587076112490eae29780 - add multiplatform support - @​oknozor

  • BREAKING 455b4fa07e14a0dc0d8706a93827fa7a0dffcfa7 - pass any cog command or arg to the action - @​oknozor

Bug Fixes

  • f23869c46f29c2b80f2b4ce27c027822dad5442f - ci fails as expected. reverting - @​oknozor

  • 5d42669cb217d83db9beff137db391cd160d6597 - handle non zero exit - @​oknozor

Documentation

  • cc9722d2ff4c6eb84ba23597810f9c851bc5b014 - update readme with changelog example - @​oknozor

  • 404fd09f5a3abe3b97a3a4e7ab090c157cff25fc - add CHANGELOG.md - @​oknozor

Tests

  • 11ce4d01d17f736cef30790cd23a3a31ea710517 - add multiarch test matrix - @​oknozor

  • bdb5be6d1244463fe882660b18e580b96d57b61b - assert action fail on non zero exit - @​oknozor

Continuous Integration

  • a8bf926e7d94fb0fe86c926e3432ab2a8abd56f0 - update github output - @​oknozor

  • 6447b5edf585b4271736c89898a75ae3a98939d5 - setup cog.toml - @​oknozor

  • 637051360be41e9289ebfab71e42ca9919b1b93f - add cog and Release action - @​oknozor

v4.0.0

Features

  • 6040da42faa133b5ca4b113d02a3ed7bb1cb1fa1 - update cocogitto to 6.4.0 - @​oknozor

  • 9759a010b12220484ca2587076112490eae29780 - add multiplatform support - @​oknozor

  • BREAKING 455b4fa07e14a0dc0d8706a93827fa7a0dffcfa7 - pass any cog command or arg to the action - @​oknozor

Bug Fixes

  • f23869c46f29c2b80f2b4ce27c027822dad5442f - ci fails as expected. reverting - @​oknozor

  • 5d42669cb217d83db9beff137db391cd160d6597 - handle non zero exit - @​oknozor

Documentation

  • cc9722d2ff4c6eb84ba23597810f9c851bc5b014 - update readme with changelog example - @​oknozor

  • 404fd09f5a3abe3b97a3a4e7ab090c157cff25fc - add CHANGELOG.md - @​oknozor

Tests

  • 11ce4d01d17f736cef30790cd23a3a31ea710517 - add multiarch test matrix - @​oknozor

... (truncated)

Changelog

Sourced from cocogitto/cocogitto-action's changelog.

Commits
  • 390bda8 chore(version): v4.0.0
  • f23869c fix: ci fails as expected. reverting
  • 6040da4 feat: update cocogitto to 6.4.0
  • 11ce4d0 test: add multiarch test matrix
  • bdb5be6 test: assert action fail on non zero exit
  • 5d42669 fix: handle non zero exit
  • 7b53602 chore: rename workflows
  • cc9722d docs: update readme with changelog example
  • 404fd09 docs: add CHANGELOG.md
  • 9759a01 feat: add multiplatform support
  • Additional commits viewable in compare view

Updates actions/setup-python from 5.5.0 to 6.0.0

Release notes

Sourced from actions/setup-python's releases.

v6.0.0

What's Changed

Breaking Changes

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Enhancements:

Bug fixes:

Dependency updates:

New Contributors

Full Changelog: actions/setup-python@v5...v6.0.0

v5.6.0

What's Changed

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

Commits
  • e797f83 Upgrade to node 24 (#1164)
  • 3d1e2d2 Revert "Enhance cache-dependency-path handling to support files outside the w...
  • 65b0712 Clarify pythonLocation behavior for PyPy and GraalPy in environment variables...
  • 5b668cf Bump actions/checkout from 4 to 5 (#1181)
  • f62a0e2 Change missing cache directory error to warning (#1182)
  • 9322b3c Upgrade setuptools to 78.1.1 to fix path traversal vulnerability in PackageIn...
  • fbeb884 Bump form-data to fix critical vulnerabilities #182 & #183 (#1163)
  • 03bb615 Bump idna from 2.9 to 3.7 in /tests/data (#843)
  • 36da51d Add version parsing from Pipfile (#1067)
  • 3c6f142 update documentation (#1156)
  • Additional commits viewable in compare view

Updates armakuni/github-actions from 0.19.6 to 0.19.10

Release notes

Sourced from armakuni/github-actions's releases.

Release v0.19.10

Bug Fixes

  • 101b8b065a9613f908e843f38ac88d05286909e9 - (deps) bump ncipollo/release-action from 1.19.1 to 1.20.0 - dependabot[bot]

Miscellaneous Chores

  • 71f2a7be9f2b7afb25c2b979c4165ce99d325e57 - (version) v0.19.10 [skip ci] - cog-bot

Release v0.19.9

Bug Fixes

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

Miscellaneous Chores

  • 8c697f749f2c0b5ed54dfa78e9241960917d8d18 - (version) v0.19.9 [skip ci] - cog-bot

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.10 - 2025-09-04

Bug Fixes

  • (deps) bump ncipollo/release-action from 1.19.1 to 1.20.0 - (101b8b0) - dependabot[bot]

v0.19.9 - 2025-09-02

Bug Fixes

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

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
  • 71f2a7b chore(version): v0.19.10 [skip ci]
  • b1f4423 Merge pull request #62 from armakuni/dependabot/github_actions/ncipollo/relea...
  • 101b8b0 fix(deps): bump ncipollo/release-action from 1.19.1 to 1.20.0
  • 8c697f7 chore(version): v0.19.9 [skip ci]
  • 43adce7 Merge pull request #61 from armakuni/dependabot/github_actions/ncipollo/relea...
  • a9a285a fix(deps): bump ncipollo/release-action from 1.18.0 to 1.19.1
  • 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]
  • Additional commits viewable in compare view

Updates actions/upload-artifact from 4 to 5

Release notes

Sourced from actions/upload-artifact's releases.

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.

New Contributors

Full Changelog: actions/upload-artifact@v4...v5.0.0

v4.6.2

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4...v4.6.2

v4.6.1

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.6.1

v4.6.0

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.6.0

v4.5.0

What's Changed

New Contributors

... (truncated)

Commits
  • 330a01c Merge pull request #734 from actions/danwkennedy/prepare-5.0.0
  • 03f2824 Update github.dep.yml
  • 905a1ec Prepare v5.0.0
  • 2d9f9cd Merge pull request #725 from patrikpolyak/patch-1
  • 9687587 Merge branch 'main' into patch-1
  • 2848b2c Merge pull request #727 from danwkennedy/patch-1
  • 9b51177 Spell out the first use of GHES
  • cd231ca Update GHES guidance to include reference to Node 20 version
  • de65e23 Merge pull request #712 from actions/nebuk89-patch-1
  • 8747d8c Update README.md
  • Additional commits viewable in compare view

Updates actions/download-artifact from 4 to 6

Release notes

Sourced from actions/download-artifact's releases.

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

New Contributors

Full Changelog: actions/download-artifact@v5...v6.0.0

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.

... (truncated)

Commits
  • 018cc2c Merge pull request #438 from actions/danwkennedy/prepare-6.0.0
  • 815651c Revert "Remove github.dep.yml"
  • bb3a066 Remove github.dep.yml
  • fa1ce46 Prepare v6.0.0
  • 4a24838 Merge pull request #431 from danwkennedy/patch-1
  • 5e3251c Readme: spell out the first use of GHES
  • abefc31 Merge pull request #424 from actions/yacaovsnc/update_readme
  • ac43a60 Update README with artifact extraction details
  • de96f46 Merge pull request #417 from actions/yacaovsnc/update_readme
  • 7993cb4 Remove migration guide for artifact download changes
  • Additional commits viewable in compare view

Updates actions/setup-go from 5 to 6

Release notes

Sourced from actions/setup-go's releases.

v6.0.0

What's Changed

Breaking Changes

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Dependency Upgrades

New Contributors

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

v5.5.0

What's Changed

Bug fixes:

Dependency updates:

New Contributors

Full Changelog: actions/setup-go@v5...v5.5.0

v5.4.0

What's Changed

Dependency updates :

... (truncated)

Commits

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

Release notes

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

v6.0.0

What's Changed

Breaking

Docs

Dependencies

New Contributors

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

v5.0.0

Breaking Changes

Dependencies

Dependencies

... (truncated)

Commits
  • acd1575 feat: cache tflint binary using @​actions/tool-cache (#355)
  • d75d07d feat: add cache-hit output (#354)

…ry with 8 updates

Bumps the github-actions-dependencies group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `4` | `5` |
| [cocogitto/cocogitto-action](https://github.com/cocogitto/cocogitto-action) | `3` | `4` |
| [actions/setup-python](https://github.com/actions/setup-python) | `5.5.0` | `6.0.0` |
| [armakuni/github-actions](https://github.com/armakuni/github-actions) | `0.19.6` | `0.19.10` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `5` |
| [actions/download-artifact](https://github.com/actions/download-artifact) | `4` | `6` |
| [actions/setup-go](https://github.com/actions/setup-go) | `5` | `6` |
| [terraform-linters/setup-tflint](https://github.com/terraform-linters/setup-tflint) | `4` | `6` |



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 `cocogitto/cocogitto-action` from 3 to 4
- [Release notes](https://github.com/cocogitto/cocogitto-action/releases)
- [Changelog](https://github.com/cocogitto/cocogitto-action/blob/main/CHANGELOG.md)
- [Commits](cocogitto/cocogitto-action@v3...v4)

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

Updates `armakuni/github-actions` from 0.19.6 to 0.19.10
- [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.10)

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

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

Updates `actions/setup-go` from 5 to 6
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v5...v6)

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

---
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: cocogitto/cocogitto-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-dependencies
- dependency-name: actions/setup-python
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-dependencies
- dependency-name: armakuni/github-actions
  dependency-version: 0.19.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-dependencies
- dependency-name: actions/download-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-dependencies
- dependency-name: actions/setup-go
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-dependencies
- dependency-name: terraform-linters/setup-tflint
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Oct 27, 2025
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