Skip to content

Bump the github-actions group across 1 directory with 7 updates#279

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

Bump the github-actions group across 1 directory with 7 updates#279
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/github-actions-fed253caf4

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
actions/checkout 6.0.1 6.0.2
vmactions/freebsd-vm 1.3.7 1.3.8
vmactions/solaris-vm 1.2.6 1.2.8
jwlawson/actions-setup-cmake 2.0.2 2.1.1
release-drafter/release-drafter 6.1.1 6.2.0
rojopolis/spellcheck-github-actions 0.57.0 0.58.0
taiki-e/install-action 2.66.7 2.67.18

Updates actions/checkout from 6.0.1 to 6.0.2

Release notes

Sourced from actions/checkout's releases.

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

Changelog

Sourced from actions/checkout's changelog.

Changelog

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

v4.2.0

v4.1.7

v4.1.6

... (truncated)

Commits
  • de0fac2 Fix tag handling: preserve annotations and explicit fetch-tags (#2356)
  • 064fe7f Add orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...
  • See full diff in compare view

Updates vmactions/freebsd-vm from 1.3.7 to 1.3.8

Release notes

Sourced from vmactions/freebsd-vm's releases.

v1.3.8

support disable-cache

Commits

Updates vmactions/solaris-vm from 1.2.6 to 1.2.8

Release notes

Sourced from vmactions/solaris-vm's releases.

v1.2.8

Support debug-on-error: true

Access the VM through a web vnc page to debug issues.

See more: https://github.com/vmactions/.github/wiki/debug%E2%80%90on%E2%80%90error

Full Changelog: vmactions/solaris-vm@v1.2.7...v1.2.8

v1.2.7

add disable-cache

Commits
  • 6fcd81b Update vmactions/solaris-vm from base vm
  • e2ae9ee Generated from base-vm
  • 80489ac update
  • eb93c02 Update vmactions/solaris-vm from base vm
  • 69680b7 Generated from base-vm
  • d489c06 Update vmactions/solaris-vm from base vm
  • c0432b6 Generated from base-vm
  • 7c623b8 Update vmactions/solaris-vm from base vm
  • 15610f5 Generated from base-vm
  • 1514578 Update version to v1.2.7
  • Additional commits viewable in compare view

Updates jwlawson/actions-setup-cmake from 2.0.2 to 2.1.1

Release notes

Sourced from jwlawson/actions-setup-cmake's releases.

v2.1.1

What's Changed

Full Changelog: jwlawson/actions-setup-cmake@v2.1...v2.1.1

v2.1.0

What's Changed

New Contributors

Full Changelog: jwlawson/actions-setup-cmake@v2.0.2...v2.1.0

Commits

Updates release-drafter/release-drafter from 6.1.1 to 6.2.0

Release notes

Sourced from release-drafter/release-drafter's releases.

v6.2.0

What's Changed

New

Maintenance

Documentation

Full Changelog: release-drafter/release-drafter@v6.1.1...v6.2.0

Commits

Updates rojopolis/spellcheck-github-actions from 0.57.0 to 0.58.0

Release notes

Sourced from rojopolis/spellcheck-github-actions's releases.

0.58.0

What's Changed

Full Changelog: rojopolis/spellcheck-github-actions@0.57.0...0.58.0

Changelog

Sourced from rojopolis/spellcheck-github-actions's changelog.

Change Log for spellcheck-github-actions

0.58.0, 2026-01-20, security release, update not required

0.57.0, 2026-01-14, maintenance release, update not required

  • Docker based image updated to Python 3.14.2 slim trixie via PR #310 from Dependabot. The version is the same, the image has had updates.

0.56.0, 2025-12-27, feature and maintenance release, update not required

0.55.0, 2025-11-27, maintenance release, update not required

  • Via an issue #293 from @​shoverbj, an update to the core component PySpelling from version 2.12.0 to version 2.12.1 was made, this allows for use of large dictionaries with Aspell

0.54.0, 2025-11-05, feature release, update not required

0.53.0, 2025-10-25, maintenance release, update not required

  • Docker image updated to Python 3.14.0 trixie slim Release notes for Python 3.14.0, this originated from the PR mentioned below, however updated to Trixie from Bookworm and as always the slim variant is used

  • Bumped the requirement for cython to 3.0.11 or above, addressing a build issue with lxml, located when testing the PR : #274 from @​dependabot, the above update of Python

  • In general the Docker build file had a few updates since the above changes required some tweaking of the Dockerfile

    • Order of installation of dependencies adjusted to ensure that lxml can build correctly
    • Installation of:
      • build-essential
      • pkg-config
      • libxml2-dev
      • libxslt1-dev
      • zlib1g-dev

0.52.0, 2025-09-10, feature release, update not required

  • With version 2.11 of PySpelling a new command line option --skip-dict-compile is introduced to PySpelling and is adopted by this action. This will skip the dictionary compiling step if the dictionary already exists. Changes to a custom dictionary will be ignored., see the release notes for PySpelling. Do see the updated documentation for details.

    • The feature can be enabled by setting the input parameter skip_dict_compile to true, the default is false, meaning that the dictionary will be compiled on each run of the action.
    • This can save time if you have a large custom dictionary that does not change often.
  • Docker image updated to Python 3.13.7 bookworm slim Release notes for Python 3.13.7

... (truncated)

Commits
  • 0bf4b2f Bumped release date
  • d2bf0b0 Bump rojopolis/spellcheck-github-actions from 0.56.0 to 0.57.0 (#315)
  • 247484a Fixed some spelling, URLs should possibly be treated as code
  • 8c73a77 Security patch for dependency pymdown-extensions (#313)
  • See full diff in compare view

Updates taiki-e/install-action from 2.66.7 to 2.67.18

Release notes

Sourced from taiki-e/install-action's releases.

2.67.18

  • Update prek@latest to 0.3.1.

  • Update mise@latest to 2026.1.12.

  • Update cargo-insta@latest to 1.46.2.

2.67.17

  • Update rclone@latest to 1.73.0.

  • Update mise@latest to 2026.1.11.

  • Update vacuum@latest to 0.23.5.

  • Update trivy@latest to 0.69.0.

2.67.16

  • Update uv@latest to 0.9.28.

  • Update syft@latest to 1.41.1.

  • Update protoc@latest to 3.33.5.

  • Update martin@latest to 1.3.0.

  • Update mise@latest to 2026.1.9.

  • Update editorconfig-checker@latest to 3.6.1.

  • Update cargo-binstall@latest to 1.17.4.

2.67.15

  • Update typos@latest to 1.42.3.

  • Update cargo-zigbuild@latest to 0.21.4.

2.67.14

  • Update syft@latest to 1.41.0.

  • Update cargo-llvm-cov@latest to 0.8.2.

  • Update mise@latest to 2026.1.8.

  • Update wasmtime@latest to 41.0.1.

  • Update uv@latest to 0.9.27.

2.67.13

  • Update typos@latest to 1.42.2.

... (truncated)

Changelog

Sourced from taiki-e/install-action's changelog.

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

[Unreleased]

  • Update mise@latest to 2026.2.0.

[2.67.18] - 2026-01-31

  • Update prek@latest to 0.3.1.

  • Update mise@latest to 2026.1.12.

  • Update cargo-insta@latest to 1.46.2.

[2.67.17] - 2026-01-31

  • Update rclone@latest to 1.73.0.

  • Update mise@latest to 2026.1.11.

  • Update vacuum@latest to 0.23.5.

  • Update trivy@latest to 0.69.0.

[2.67.16] - 2026-01-30

  • Update uv@latest to 0.9.28.

  • Update syft@latest to 1.41.1.

  • Update protoc@latest to 3.33.5.

  • Update martin@latest to 1.3.0.

  • Update mise@latest to 2026.1.9.

  • Update editorconfig-checker@latest to 3.6.1.

  • Update cargo-binstall@latest to 1.17.4.

[2.67.15] - 2026-01-28

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
taiki-e/install-action [< 2.63, > 2.62.12]

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 group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `6.0.1` | `6.0.2` |
| [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm) | `1.3.7` | `1.3.8` |
| [vmactions/solaris-vm](https://github.com/vmactions/solaris-vm) | `1.2.6` | `1.2.8` |
| [jwlawson/actions-setup-cmake](https://github.com/jwlawson/actions-setup-cmake) | `2.0.2` | `2.1.1` |
| [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) | `6.1.1` | `6.2.0` |
| [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) | `0.57.0` | `0.58.0` |
| [taiki-e/install-action](https://github.com/taiki-e/install-action) | `2.66.7` | `2.67.18` |



Updates `actions/checkout` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@8e8c483...de0fac2)

Updates `vmactions/freebsd-vm` from 1.3.7 to 1.3.8
- [Release notes](https://github.com/vmactions/freebsd-vm/releases)
- [Commits](vmactions/freebsd-vm@a9c0dca...ba6bede)

Updates `vmactions/solaris-vm` from 1.2.6 to 1.2.8
- [Release notes](https://github.com/vmactions/solaris-vm/releases)
- [Commits](vmactions/solaris-vm@61030aa...6fcd81b)

Updates `jwlawson/actions-setup-cmake` from 2.0.2 to 2.1.1
- [Release notes](https://github.com/jwlawson/actions-setup-cmake/releases)
- [Commits](jwlawson/actions-setup-cmake@802fa1a...3a6cbe3)

Updates `release-drafter/release-drafter` from 6.1.1 to 6.2.0
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](release-drafter/release-drafter@267d2e0...6db134d)

Updates `rojopolis/spellcheck-github-actions` from 0.57.0 to 0.58.0
- [Release notes](https://github.com/rojopolis/spellcheck-github-actions/releases)
- [Changelog](https://github.com/rojopolis/spellcheck-github-actions/blob/master/CHANGELOG.md)
- [Commits](rojopolis/spellcheck-github-actions@2b78e36...0bf4b2f)

Updates `taiki-e/install-action` from 2.66.7 to 2.67.18
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](taiki-e/install-action@542ceba...650c5ca)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: vmactions/freebsd-vm
  dependency-version: 1.3.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: vmactions/solaris-vm
  dependency-version: 1.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: jwlawson/actions-setup-cmake
  dependency-version: 2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: release-drafter/release-drafter
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: rojopolis/spellcheck-github-actions
  dependency-version: 0.58.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: taiki-e/install-action
  dependency-version: 2.67.18
  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 added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 2, 2026
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