Skip to content

Bump the github-actions group across 1 directory with 8 updates#2738

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/github-actions-bb2db32aaa
Open

Bump the github-actions group across 1 directory with 8 updates#2738
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/github-actions-bb2db32aaa

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
actions/checkout 6 7
vmactions/freebsd-vm 1.4.6 1.5.2
vmactions/openbsd-vm 1.4.3 1.4.5
vmactions/netbsd-vm 1.4.0 1.4.3
vmactions/dragonflybsd-vm 1.3.0 1.3.1
vmactions/solaris-vm 1.3.7 1.3.8
vmactions/omnios-vm 1.3.3 1.3.4
actions/setup-node 6 7

Updates actions/checkout from 6 to 7

Release notes

Sourced from actions/checkout's releases.

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

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

v6.0.2

What's Changed

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

v6.0.1

What's Changed

... (truncated)

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 vmactions/freebsd-vm from 1.4.6 to 1.5.2

Release notes

Sourced from vmactions/freebsd-vm's releases.

v1.5.2

reduce image sizes.

Full Changelog: vmactions/freebsd-vm@v1...v1.5.2

v1.5.1

The prepare step (installing packages etc.) normally runs on every build. With cache-after-prepare: true, the action shuts the VM down cleanly after prepare has finished, caches the prepared VM image, and boots the VM again before run. Later runs with the same prepare script restore the prepared image, skip prepare entirely, and start directly at run

https://github.com/vmactions/freebsd-vm#10-cache-the-vm-image-after-prepare

Full Changelog: vmactions/freebsd-vm@v1...v1.5.1

v1.4.9

fix bug for authorized_keys

Full Changelog: vmactions/freebsd-vm@v1...v1.4.9

v1.4.8

add powerpc64 arch

Full Changelog: vmactions/freebsd-vm@v1.4.7...v1.4.8

v1.4.7

15.1 release

Full Changelog: vmactions/freebsd-vm@v1.4.6...v1.4.7

Commits
  • 77ed28d Update vmactions/freebsd-vm from base-vm
  • 7e4394c Generated from base-vm
  • 1943f6c Update vmactions/freebsd-vm from base-vm
  • df48c4d Generated from base-vm
  • 857a406 fix for image size
  • b05c663 Update version to v1.5.1
  • a46f291 Update vmactions/freebsd-vm from base-vm
  • 9f53bb3 Generated from base-vm
  • cc38efa Update version to v1.5.0
  • 0eea513 Update vmactions/freebsd-vm from base-vm
  • Additional commits viewable in compare view

Updates vmactions/openbsd-vm from 1.4.3 to 1.4.5

Release notes

Sourced from vmactions/openbsd-vm's releases.

v1.4.5

support cache-after-prepare:

The prepare step (installing packages etc.) normally runs on every build. With cache-after-prepare: true, the action shuts the VM down cleanly after prepare has finished, caches the prepared VM image, and boots the VM again before run. Later runs with the same prepare script restore the prepared image, skip prepare entirely, and start directly at run

Full Changelog: vmactions/openbsd-vm@v1...v1.4.5

v1.4.4

support sparc64 vm

Full Changelog: vmactions/openbsd-vm@v1...v1.4.4

Commits
  • c941015 Update vmactions/openbsd-vm from base-vm
  • 0284e55 Generated from base-vm
  • dafae4c Sync from base-builder
  • 56df5ca Update version to v1.4.4
  • b3bc2bd Update vmactions/openbsd-vm from base-vm
  • b5c48be Generated from base-vm
  • 1bb1227 Sync from base-builder
  • c0a77cf support cashe-after-prepare
  • d5ccfa1 Update vmactions/openbsd-vm from base-vm
  • cd91fba Generated from base-vm
  • Additional commits viewable in compare view

Updates vmactions/netbsd-vm from 1.4.0 to 1.4.3

Release notes

Sourced from vmactions/netbsd-vm's releases.

v1.4.3

The prepare step (installing packages etc.) normally runs on every build. With cache-after-prepare: true, the action shuts the VM down cleanly after prepare has finished, caches the prepared VM image, and boots the VM again before run. Later runs with the same prepare script restore the prepared image, skip prepare entirely, and start directly at run

https://github.com/vmactions/netbsd-vm#10-cache-the-vm-image-after-prepare

Full Changelog: vmactions/netbsd-vm@v1...v1.4.3

v1.4.2

fix stability of sshfs Full Changelog: vmactions/netbsd-vm@v1...v1.4.2

v1.4.1

supprt riscv64 and sparc64 vm

Full Changelog: vmactions/netbsd-vm@v1...v1.4.1

Commits
  • fac0a63 Update vmactions/netbsd-vm from base-vm
  • 7f3e154 Generated from base-vm
  • 488e6f9 Update vmactions/netbsd-vm from base-vm
  • 7edd039 Generated from base-vm
  • 5c24025 Update vmactions/netbsd-vm from base-vm
  • 881cc82 Generated from base-vm
  • a8df332 Update version to v1.4.2
  • 8a4aec8 Update vmactions/netbsd-vm from base-vm
  • d5a7e9e Generated from base-vm
  • cc28c95 Sync from base-builder
  • Additional commits viewable in compare view

Updates vmactions/dragonflybsd-vm from 1.3.0 to 1.3.1

Release notes

Sourced from vmactions/dragonflybsd-vm's releases.

v1.3.1

The prepare step (installing packages etc.) normally runs on every build. With cache-after-prepare: true, the action shuts the VM down cleanly after prepare has finished, caches the prepared VM image, and boots the VM again before run. Later runs with the same prepare script restore the prepared image, skip prepare entirely, and start directly at run

https://github.com/vmactions/dragonflybsd-vm#10-cache-the-vm-image-after-prepare

Full Changelog: vmactions/dragonflybsd-vm@v1...v1.3.1

Commits
  • bc8ccba Update version to v1.3.0
  • 9d1e64a Update vmactions/dragonflybsd-vm from base-vm
  • 935a1c8 Generated from base-vm
  • 965cf54 Update vmactions/dragonflybsd-vm from base-vm
  • ab967ad Generated from base-vm
  • c6f156d Sync from base-builder
  • 333859d Update vmactions/dragonflybsd-vm from base-vm
  • 9c97807 Generated from base-vm
  • 32802cc support cache-after-prepare
  • 5ad678d Update vmactions/dragonflybsd-vm from base-vm
  • Additional commits viewable in compare view

Updates vmactions/solaris-vm from 1.3.7 to 1.3.8

Release notes

Sourced from vmactions/solaris-vm's releases.

v1.3.8

The prepare step (installing packages etc.) normally runs on every build. With cache-after-prepare: true, the action shuts the VM down cleanly after prepare has finished, caches the prepared VM image, and boots the VM again before run. Later runs with the same prepare script restore the prepared image, skip prepare entirely, and start directly at run

https://github.com/vmactions/solaris-vm#10-cache-the-vm-image-after-prepare

Full Changelog: vmactions/solaris-vm@v1...v1.3.8

Commits
  • 315163f Update vmactions/solaris-vm from base-vm
  • 77dcd8d Generated from base-vm
  • 510d127 Update vmactions/solaris-vm from base-vm
  • 8b49630 Generated from base-vm
  • da1d274 Update version to v1.3.7
  • 27be6dc Update vmactions/solaris-vm from base-vm
  • 6f26fc9 Generated from base-vm
  • 3e47d4c Sync from base-builder
  • 2375921 support cache-after-prepare
  • 3bbbc16 Update vmactions/solaris-vm from base-vm
  • Additional commits viewable in compare view

Updates vmactions/omnios-vm from 1.3.3 to 1.3.4

Release notes

Sourced from vmactions/omnios-vm's releases.

v1.3.4

The prepare step (installing packages etc.) normally runs on every build. With cache-after-prepare: true, the action shuts the VM down cleanly after prepare has finished, caches the prepared VM image, and boots the VM again before run. Later runs with the same prepare script restore the prepared image, skip prepare entirely, and start directly at run

https://github.com/vmactions/omnios-vm#10-cache-the-vm-image-after-prepare

Full Changelog: vmactions/omnios-vm@v1...v1.3.4

Commits
  • 027e3ec Update vmactions/omnios-vm from base-vm
  • d7945f3 Generated from base-vm
  • f8bd156 Update vmactions/omnios-vm from base-vm
  • 1e105ce Generated from base-vm
  • 332e95c Update version to v1.3.3
  • 227c730 Update vmactions/omnios-vm from base-vm
  • 35376f8 Generated from base-vm
  • a8e9acc Sync from base-builder
  • 4a9a066 support cache-after-prepare
  • 2aac5fb Update vmactions/omnios-vm from base-vm
  • Additional commits viewable in compare view

Updates actions/setup-node from 6 to 7

Release notes

Sourced from actions/setup-node's releases.

v7.0.0

What's Changed

Enhancements:

Bug fixes:

Documentation updates:

Dependency update:

New Contributors

Full Changelog: actions/setup-node@v6...v7.0.0

v6.5.0

What's Changed

Full Changelog: actions/setup-node@v6.4.0...v6.5.0

v6.4.0

What's Changed

Dependency updates:

New Contributors

Full Changelog: actions/setup-node@v6...v6.4.0

v6.3.0

What's Changed

Enhancements:

... (truncated)

Commits
  • 8207627 Migrate to ESM and upgrade dependencies (#1574)
  • 04be95c Add cache-primary-key and cache-matched-key as outputs (#1577)
  • 7c2c68d docs: Update caching recommendations to mitigate cache poisoning risks (#1567)
  • 6a61c03 Merge pull request #1569 from jasongin/update-actions-cache-5.1.0
  • 30eb73b Resolve high-severity audit issues
  • 4e1a87a Update dist
  • 360237f Strict equality
  • 4f8aac5 Bump @​actions/cache to 5.1.0, log cache write denied
  • f4a67bb Only use mirrorToken in getManifest if it's provided (#1548)
  • 0355742 Remove dummy NODE_AUTH_TOKEN export (#1558)
  • 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 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 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `6` | `7` |
| [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm) | `1.4.6` | `1.5.2` |
| [vmactions/openbsd-vm](https://github.com/vmactions/openbsd-vm) | `1.4.3` | `1.4.5` |
| [vmactions/netbsd-vm](https://github.com/vmactions/netbsd-vm) | `1.4.0` | `1.4.3` |
| [vmactions/dragonflybsd-vm](https://github.com/vmactions/dragonflybsd-vm) | `1.3.0` | `1.3.1` |
| [vmactions/solaris-vm](https://github.com/vmactions/solaris-vm) | `1.3.7` | `1.3.8` |
| [vmactions/omnios-vm](https://github.com/vmactions/omnios-vm) | `1.3.3` | `1.3.4` |
| [actions/setup-node](https://github.com/actions/setup-node) | `6` | `7` |



Updates `actions/checkout` from 6 to 7
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v6...v7)

Updates `vmactions/freebsd-vm` from 1.4.6 to 1.5.2
- [Release notes](https://github.com/vmactions/freebsd-vm/releases)
- [Commits](vmactions/freebsd-vm@v1.4.6...v1.5.2)

Updates `vmactions/openbsd-vm` from 1.4.3 to 1.4.5
- [Release notes](https://github.com/vmactions/openbsd-vm/releases)
- [Commits](vmactions/openbsd-vm@v1.4.3...v1.4.5)

Updates `vmactions/netbsd-vm` from 1.4.0 to 1.4.3
- [Release notes](https://github.com/vmactions/netbsd-vm/releases)
- [Commits](vmactions/netbsd-vm@v1.4.0...v1.4.3)

Updates `vmactions/dragonflybsd-vm` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/vmactions/dragonflybsd-vm/releases)
- [Commits](vmactions/dragonflybsd-vm@v1.3.0...v1.3.1)

Updates `vmactions/solaris-vm` from 1.3.7 to 1.3.8
- [Release notes](https://github.com/vmactions/solaris-vm/releases)
- [Commits](vmactions/solaris-vm@v1.3.7...v1.3.8)

Updates `vmactions/omnios-vm` from 1.3.3 to 1.3.4
- [Release notes](https://github.com/vmactions/omnios-vm/releases)
- [Commits](vmactions/omnios-vm@v1.3.3...v1.3.4)

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

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: vmactions/freebsd-vm
  dependency-version: 1.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: vmactions/openbsd-vm
  dependency-version: 1.4.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: vmactions/netbsd-vm
  dependency-version: 1.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: vmactions/dragonflybsd-vm
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: vmactions/solaris-vm
  dependency-version: 1.3.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: vmactions/omnios-vm
  dependency-version: 1.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: actions/setup-node
  dependency-version: '7'
  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 added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 20, 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.

1 participant