Skip to content

chore(deps): bump the github-actions group across 1 directory with 8 updates#116

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/github-actions-893abec35d
Open

chore(deps): bump the github-actions group across 1 directory with 8 updates#116
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/github-actions-893abec35d

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

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

Package From To
actions/checkout 4 6
actions/cache 4 5
webiny/action-conventional-commits 1.3.0 1.3.1
IEvangelist/profanity-filter 9.07 10.0
actions/upload-artifact 4 6
actions/download-artifact 5.0.0 7.0.0
super-linter/super-linter 8.1.0 8.4.0
actions/setup-python 5 6

Updates actions/checkout from 4 to 6

Release notes

Sourced from actions/checkout's releases.

v6.0.0

What's Changed

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

v6-beta

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead 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

Full Changelog: actions/checkout@v5...v5.0.1

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

What's Changed

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

v4.3.0

What's Changed

... (truncated)

Commits

Updates actions/cache from 4 to 5

Release notes

Sourced from actions/cache's releases.

v5.0.0

[!IMPORTANT] actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1.

If you are using self-hosted runners, ensure they are updated before upgrading.


What's Changed

Full Changelog: actions/cache@v4.3.0...v5.0.0

v4.3.0

What's Changed

New Contributors

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

v4.2.4

What's Changed

New Contributors

Full Changelog: actions/cache@v4...v4.2.4

v4.2.3

What's Changed

  • Update to use @​actions/cache 4.0.3 package & prepare for new release by @​salmanmkc in actions/cache#1577 (SAS tokens for cache entries are now masked in debug logs)

New Contributors

Full Changelog: actions/cache@v4.2.2...v4.2.3

... (truncated)

Changelog

Sourced from actions/cache's changelog.

Releases

How to prepare a release

[!NOTE]
Relevant for maintainers with write access only.

  1. Switch to a new branch from main.
  2. Run npm test to ensure all tests are passing.
  3. Update the version in https://github.com/actions/cache/blob/main/package.json.
  4. Run npm run build to update the compiled files.
  5. Update this https://github.com/actions/cache/blob/main/RELEASES.md with the new version and changes in the ## Changelog section.
  6. Run licensed cache to update the license report.
  7. Run licensed status and resolve any warnings by updating the https://github.com/actions/cache/blob/main/.licensed.yml file with the exceptions.
  8. Commit your changes and push your branch upstream.
  9. Open a pull request against main and get it reviewed and merged.
  10. Draft a new release https://github.com/actions/cache/releases use the same version number used in package.json
    1. Create a new tag with the version number.
    2. Auto generate release notes and update them to match the changes you made in RELEASES.md.
    3. Toggle the set as the latest release option.
    4. Publish the release.
  11. Navigate to https://github.com/actions/cache/actions/workflows/release-new-action-version.yml
    1. There should be a workflow run queued with the same version number.
    2. Approve the run to publish the new version and update the major tags for this action.

Changelog

5.0.3

5.0.2

  • Bump @actions/cache to v5.0.3 #1692

5.0.1

  • Update @azure/storage-blob to ^12.29.1 via @actions/cache@5.0.1 #1685

5.0.0

[!IMPORTANT] actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

4.3.0

  • Bump @actions/cache to v4.1.0

... (truncated)

Commits

Updates webiny/action-conventional-commits from 1.3.0 to 1.3.1

Commits
  • faccb24 chore: prepare release
  • 6026468 feat: refactor commit message validation to use exception list
  • 9ce0777 chore: add reapply as valid commit type
  • 54c7d1f Update action.yml
  • See full diff in compare view

Updates IEvangelist/profanity-filter from 9.07 to 10.0

Release notes

Sourced from IEvangelist/profanity-filter's releases.

10.0

What's Changed

New Contributors

Full Changelog: IEvangelist/profanity-filter@9.07...10.0

Commits

Updates actions/upload-artifact from 4 to 6

Release notes

Sourced from actions/upload-artifact's releases.

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.

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

... (truncated)

Commits
  • b7c566a Merge pull request #745 from actions/upload-artifact-v6-release
  • e516bc8 docs: correct description of Node.js 24 support in README
  • ddc45ed docs: update README to correct action name for Node.js 24 support
  • 615b319 chore: release v6.0.0 for Node.js 24 support
  • 017748b Merge pull request #744 from actions/fix-storage-blob
  • 38d4c79 chore: rebuild dist
  • 7d27270 chore: add missing license cache files for @​actions/core, @​actions/io, and mi...
  • 5f643d3 chore: update license files for @​actions/artifact@​5.0.1 dependencies
  • 1df1684 chore: update package-lock.json with @​actions/artifact@​5.0.1
  • b5b1a91 fix: update @​actions/artifact to ^5.0.0 for Node.js 24 punycode fix
  • Additional commits viewable in compare view

Updates actions/download-artifact from 5.0.0 to 7.0.0

Release notes

Sourced from actions/download-artifact's releases.

v7.0.0

v7 - What's new

[!IMPORTANT] actions/download-artifact@v7 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. v6 had preliminary support for Node 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

New Contributors

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

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

Commits
  • 37930b1 Merge pull request #452 from actions/download-artifact-v7-release
  • 72582b9 doc: update readme
  • 0d2ec9d chore: release v7.0.0 for Node.js 24 support
  • fd7ae8f Merge pull request #451 from actions/fix-storage-blob
  • d484700 chore: restore minimatch.dep.yml license file
  • 03a8080 chore: remove obsolete dependency license files
  • 56fe6d9 chore: update @​actions/artifact license file to 5.0.1
  • 8e3ebc4 chore: update package-lock.json with @​actions/artifact@​5.0.1
  • 1e3c4b4 fix: update @​actions/artifact to ^5.0.0 for Node.js 24 punycode fix
  • 458627d chore: use local @​actions/artifact package for Node.js 24 testing
  • Additional commits viewable in compare view

Updates super-linter/super-linter from 8.1.0 to 8.4.0

Release notes

Sourced from super-linter/super-linter's releases.

v8.4.0

8.4.0 (2026-01-28)

🚀 Features

🐛 Bugfixes

⬆️ Dependency updates

  • bundler: bump rubocop in /dependencies in the rubocop group (#7332) (612347c)
  • bundler: bump rubocop in /dependencies in the rubocop group (#7451) (f17c26b)
  • bundler: bump rubocop-rails in /dependencies in the rubocop group (#7356) (e7abb06)
  • bundler: bump rubocop-rspec in /dependencies in the rubocop group (#7367) (cee7c26)
  • docker: bump golangci/golangci-lint in the docker group (#7365) (149226b)
  • docker: bump the docker group across 1 directory with 2 updates (#7336) (9d05e2a)
  • docker: bump the docker group across 1 directory with 2 updates (#7440) (806ddf4)
  • docker: bump the docker group across 1 directory with 5 updates (#7388) (89c80ac)
  • docker: bump the docker group with 2 updates (#7343) (4d1a380)
  • docker: bump the docker group with 3 updates (#7412) (fa07160)
  • java: bump com.puppycrawl.tools:checkstyle (#7348) (3bc0dc2)
  • npm: bump @​modelcontextprotocol/sdk in /dependencies (#7364) (898760f)
  • npm: bump diff from 5.2.0 to 5.2.2 in /dependencies (#7425) (ee62ba3)
  • npm: bump hono from 4.11.3 to 4.11.4 in /dependencies (#7379) (ca2821d)
  • npm: bump lodash from 4.17.21 to 4.17.23 in /dependencies (#7433) (be94292)
  • npm: bump qs from 6.14.0 to 6.14.1 in /dependencies (#7350) (64969c4)
  • npm: bump the npm group across 1 directory with 16 updates (#7411) (644fff4)
  • npm: bump the npm group across 1 directory with 2 updates (#7438) (c501415)
  • npm: bump the npm group across 1 directory with 3 updates (#7341) (62ebdce)
  • npm: bump the npm group across 1 directory with 3 updates (#7371) (5112c87)
  • npm: bump the npm group across 1 directory with 4 updates (#7338) (07b91bc)
  • npm: bump the npm group across 1 directory with 4 updates (#7366) (13ced20)
  • npm: bump the npm group across 1 directory with 4 updates (#7418) (ec5d03f)
  • npm: bump the npm group across 1 directory with 8 updates (#7355) (1b38ef9)
  • npm: bump the npm group across 1 directory with 8 updates (#7452) (4347691)

... (truncated)

Changelog

Sourced from super-linter/super-linter's changelog.

Changelog

8.4.0 (2026-01-28)

🚀 Features

🐛 Bugfixes

⬆️ Dependency updates

  • bundler: bump rubocop in /dependencies in the rubocop group (#7332) (612347c)
  • bundler: bump rubocop in /dependencies in the rubocop group (#7451) (f17c26b)
  • bundler: bump rubocop-rails in /dependencies in the rubocop group (#7356) (e7abb06)
  • bundler: bump rubocop-rspec in /dependencies in the rubocop group (#7367) (cee7c26)
  • docker: bump golangci/golangci-lint in the docker group (#7365) (149226b)
  • docker: bump the docker group across 1 directory with 2 updates (#7336) (9d05e2a)
  • docker: bump the docker group across 1 directory with 2 updates (#7440) (806ddf4)
  • docker: bump the docker group across 1 directory with 5 updates (#7388) (89c80ac)
  • docker: bump the docker group with 2 updates (#7343) (4d1a380)
  • docker: bump the docker group with 3 updates (#7412) (fa07160)
  • java: bump com.puppycrawl.tools:checkstyle (#7348) (3bc0dc2)
  • npm: bump @​modelcontextprotocol/sdk in /dependencies (#7364) (898760f)
  • npm: bump diff from 5.2.0 to 5.2.2 in /dependencies (#7425) (ee62ba3)
  • npm: bump hono from 4.11.3 to 4.11.4 in /dependencies (#7379) (ca2821d)
  • npm: bump lodash from 4.17.21 to 4.17.23 in /dependencies (#7433) (be94292)
  • npm: bump qs from 6.14.0 to 6.14.1 in /dependencies (#7350) (64969c4)
  • npm: bump the npm group across 1 directory with 16 updates (#7411) (644fff4)
  • npm: bump the npm group across 1 directory with 2 updates (#7438) (c501415)
  • npm: bump the npm group across 1 directory with 3 updates (#7341) (62ebdce)
  • npm: bump the npm group across 1 directory with 3 updates (#7371) (5112c87)
  • npm: bump the npm group across 1 directory with 4 updates (#7338) (07b91bc)
  • npm: bump the npm group across 1 directory with 4 updates (#7366) (13ced20)
  • npm: bump the npm group across 1 directory with 4 updates (#7418) (ec5d03f)
  • npm: bump the npm group across 1 directory with 8 updates (#7355) (1b38ef9)

... (truncated)

Commits
  • 12562e4 chore(main): release 8.4.0 (#7339)
  • 334a7aa deps(python): bump the pip group across 1 directory with 5 updates (#7447)
  • f17c26b deps(bundler): bump rubocop in /dependencies in the rubocop group (#7451)
  • a8f5889 ci(dev-docker): bump node in /dev-dependencies (#7431)
  • 806ddf4 deps(docker): bump the docker group across 1 directory with 2 updates (#7440)
  • 4347691 deps(npm): bump the npm group across 1 directory with 8 updates (#7452)
  • d3fa12f chore: refactor tests (#7446)
  • c501415 deps(npm): bump the npm group across 1 directory with 2 updates (#7438)
  • ce306b8 fix: don't save logs to file when running parallel (#7442)
  • be04fc3 fix: don't add GITHUB_WORKSPACE multiple times (#7439)
  • Additional commits viewable in compare view

Updates actions/setup-python from 5 to 6

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

  • Workflow updates related to Ubuntu 20.04 by @​aparnajyothi-y in actions/setup-python#1065
  • Fix for Can...

    Description has been truncated

    Note
    Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 1, 2026
…updates

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

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `4` | `6` |
| [actions/cache](https://github.com/actions/cache) | `4` | `5` |
| [webiny/action-conventional-commits](https://github.com/webiny/action-conventional-commits) | `1.3.0` | `1.3.1` |
| [IEvangelist/profanity-filter](https://github.com/ievangelist/profanity-filter) | `9.07` | `10.0` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `6` |
| [actions/download-artifact](https://github.com/actions/download-artifact) | `5.0.0` | `7.0.0` |
| [super-linter/super-linter](https://github.com/super-linter/super-linter) | `8.1.0` | `8.4.0` |
| [actions/setup-python](https://github.com/actions/setup-python) | `5` | `6` |



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

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

Updates `webiny/action-conventional-commits` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/webiny/action-conventional-commits/releases)
- [Commits](webiny/action-conventional-commits@v1.3.0...v1.3.1)

Updates `IEvangelist/profanity-filter` from 9.07 to 10.0
- [Release notes](https://github.com/ievangelist/profanity-filter/releases)
- [Commits](IEvangelist/profanity-filter@9.07...10.0)

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

Updates `actions/download-artifact` from 5.0.0 to 7.0.0
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@634f93c...37930b1)

Updates `super-linter/super-linter` from 8.1.0 to 8.4.0
- [Release notes](https://github.com/super-linter/super-linter/releases)
- [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md)
- [Commits](super-linter/super-linter@ffde3b2...12562e4)

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

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: webiny/action-conventional-commits
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: IEvangelist/profanity-filter
  dependency-version: '10.0'
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/download-artifact
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: super-linter/super-linter
  dependency-version: 8.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/setup-python
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/github-actions-893abec35d branch from ea3a04d to e6fd319 Compare March 1, 2026 11:09
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.

0 participants