Skip to content

ci: bump the actions group across 1 directory with 13 updates - #4

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions-8aadef80e2
Open

ci: bump the actions group across 1 directory with 13 updates#4
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions-8aadef80e2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 29, 2026

Copy link
Copy Markdown
Contributor

Bumps the actions group with 13 updates in the / directory:

Package From To
vmactions/freebsd-vm 1.5.3 1.5.5
vmactions/openbsd-vm 1.4.5 1.4.7
vmactions/netbsd-vm 1.4.6 1.4.7
vmactions/dragonflybsd-vm 1.3.1 1.3.3
vmactions/haiku-vm 1.1.3 1.1.4
vmactions/hurd-vm 1.0.0 1.0.1
vmactions/solaris-vm 1.3.8 1.3.9
vmactions/omnios-vm 1.3.4 1.3.6
vmactions/openindiana-vm 1.1.5 1.1.6
vmactions/tribblix-vm 1.0.3 1.0.5
vmactions/ghostbsd-vm 1.0.2 1.0.3
vmactions/openeuler-vm 1.0.0 1.0.1
vmactions/blissos-vm 1.0.1 1.0.2

Updates vmactions/freebsd-vm from 1.5.3 to 1.5.5

Release notes

Sourced from vmactions/freebsd-vm's releases.

v1.5.5

The runtime moves to anyvm v0.6.5 (from v0.6.4), keeping the whole fleet on one version. This action's surface is unchanged -- same images, same sync methods, same defaults. The bump carries one runtime change of note: on hosts whose nested AMD virtualization corrupts AVX512 XSAVE state, the CPU-feature mask now drops the whole AVX512 family instead of only avx512f.

Full Changelog: vmactions/freebsd-vm@v1.5.4...v1.5.5

v1.5.4

sync: tar

A fourth way to share the workspace, available on every architecture including riscv64 and powerpc64, where rsync and sshfs do not exist:

The workspace is streamed in as a ustar archive over the ssh connection the action already opens, and streamed back the same way when the run finishes. Nothing is installed in the guest and no filesystem support is needed on either side, unlike sshfs and nfs. Verified before shipping: 300 files plus a 1 MB binary blob pushed into a 15.1 guest, a file written inside it, the whole tree pulled back and compared by content hash.

rsync remains the default. Reach for tar when the guest lacks rsync, or when a mount-based method is more machinery than the job needs.

Under the hood

The image builder moves to freebsd-builder v2.2.6 and the runtime to anyvm v0.6.4, nine releases on from what v1.5.3 shipped. Most of that is other guests, but two fixes reach every action:

A failed folder sync used to be a warning. The run continued with the guest missing the files it was about to use, which surfaced much later as a confusing error or a job that sat until its timeout. It is now fatal, and says so.

The workspace push no longer carries the runner's own harness directories into the guest.

Also

The shell note no longer mentions usesh, which has not been needed for some time.

Full Changelog: vmactions/freebsd-vm@v1.5.3...v1.5.4

Commits
  • f0552d3 Update vmactions/freebsd-vm from base-vm
  • 5595fc6 Generated from base-vm
  • 0206b2a Sync from base-builder
  • 2ed1747 Update vmactions/freebsd-vm from base-vm
  • be1c6e8 Generated from base-vm
  • bddcfce Update vmactions/freebsd-vm from base-vm
  • 139a2cb Generated from base-vm
  • 0a1a391 Update version to v1.5.4
  • 759dd0c Update vmactions/freebsd-vm from base-vm
  • b5370dd Generated from base-vm
  • Additional commits viewable in compare view

Updates vmactions/openbsd-vm from 1.4.5 to 1.4.7

Release notes

Sourced from vmactions/openbsd-vm's releases.

v1.4.7

sync: tar

A new way to share the workspace, available on every architecture: the tree is streamed in as a ustar archive over the ssh connection the action already opens, and streamed back the same way when the run finishes. Nothing is installed in the guest and no filesystem support is needed on either side, unlike sshfs and nfs. openbsd-builder v2.1.0 declares it for every release, and it was verified on this guest before the declaration went in: 300 files plus a 1 MB binary blob pushed, a file written inside the VM, the whole tree pulled back and compared by content hash.

rsync remains the default.

Under the hood

openbsd-builder v2.1.0 is also the first openbsd build to publish releases.json, the machine-readable index this action bakes its configuration from -- which is why the pre-tar method list survived until now.

The runtime moves to anyvm v0.6.5, ten releases on from the v0.5.5 that v1.4.6 shipped. Two of its fixes reach every job: a failed folder sync is now fatal instead of a warning that left the guest running without the files it was about to use, and the workspace push no longer carries the runner's own harness directories into the guest.

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

v1.4.6

support major release.

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

Commits
  • 86cdc08 Update vmactions/openbsd-vm from base-vm
  • 4d73785 Generated from base-vm
  • e327e92 Sync from base-builder
  • 533018c Update vmactions/openbsd-vm from base-vm
  • 222bcdb Generated from base-vm
  • 73697f6 Update vmactions/openbsd-vm from base-vm
  • e334303 Generated from base-vm
  • a824726 Update version to v1.4.6
  • 8ddee6b Update vmactions/openbsd-vm from base-vm
  • 3c73357 Generated from base-vm
  • Additional commits viewable in compare view

Updates vmactions/netbsd-vm from 1.4.6 to 1.4.7

Release notes

Sourced from vmactions/netbsd-vm's releases.

v1.4.7

sync: tar

A new way to share the workspace: the tree is streamed in as a ustar archive over the ssh connection the action already opens, and streamed back the same way when the run finishes. Nothing is installed in the guest and no filesystem support is needed on either side, unlike sshfs and nfs. netbsd-builder v2.2.3 declares it for every release conf -- including the images that ship no rsync at all, where tar is the first stream-based option. Verified on this guest before the declaration went in: 300 files plus a 1 MB binary blob pushed, a file written inside the VM, the whole tree pulled back and compared by content hash.

rsync remains the default where the image ships it.

Under the hood

netbsd-builder v2.2.3 also sets the guest hostname consistently across releases and architectures.

The runtime moves to anyvm v0.6.5, ten releases on from the v0.5.5 that v1.4.6 shipped. Two of its fixes reach every job: a failed folder sync is now fatal instead of a warning that left the guest running without the files it was about to use, and the workspace push no longer carries the runner's own harness directories into the guest.

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

Commits
  • 6334c83 Update vmactions/netbsd-vm from base-vm
  • 9ec6efa Generated from base-vm
  • 9eab485 Sync from base-builder
  • 99223e1 Update vmactions/netbsd-vm from base-vm
  • 68b595d Generated from base-vm
  • 561fd2e Update version to v1.4.6
  • b7b1f33 Update vmactions/netbsd-vm from base-vm
  • 81a85b6 Generated from base-vm
  • f960a54 Bump versions from upstream releases
  • d0be540 Update vmactions/netbsd-vm from base-vm
  • Additional commits viewable in compare view

Updates vmactions/dragonflybsd-vm from 1.3.1 to 1.3.3

Release notes

Sourced from vmactions/dragonflybsd-vm's releases.

v1.3.3

sync: tar

A new way to share the workspace: the tree is streamed in as a ustar archive over the ssh connection the action already opens, and streamed back the same way when the run finishes. Nothing is installed in the guest and no filesystem support is needed on either side, unlike sshfs and nfs. dragonflybsd-builder v2.0.7 declares it for every release, and it was verified on this guest before the declaration went in: 300 files plus a 1 MB binary blob pushed, a file written inside the VM, the whole tree pulled back and compared by content hash.

rsync remains the default.

Under the hood

The runtime moves to anyvm v0.6.5 (from v0.6.3), the version the rest of the fleet pins. Of its changes, the one that can reach a VM job here: on hosts whose nested AMD virtualization corrupts AVX512 XSAVE state, the CPU-feature mask now drops the whole AVX512 family instead of only avx512f.

Full Changelog: vmactions/dragonflybsd-vm@v1.3.2...v1.3.3

v1.3.2

support major version

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

Commits
  • 7cd7c9b Update vmactions/dragonflybsd-vm from base-vm
  • 55b702a Generated from base-vm
  • 09ebd7a Sync from base-builder
  • 5651db6 Update vmactions/dragonflybsd-vm from base-vm
  • 1b52adb Generated from base-vm
  • c65ec32 Update vmactions/dragonflybsd-vm from base-vm
  • c03b1e5 Generated from base-vm
  • 988300e Update version to v1.3.2
  • 2437328 Update vmactions/dragonflybsd-vm from base-vm
  • 503fc4a Generated from base-vm
  • Additional commits viewable in compare view

Updates vmactions/haiku-vm from 1.1.3 to 1.1.4

Release notes

Sourced from vmactions/haiku-vm's releases.

v1.1.4

Under the hood

The runtime moves to anyvm v0.6.5, fifteen releases on from the v0.5.0 that v1.1.3 shipped -- most of that span is other guests' work. What reaches this action: a failed folder sync is now fatal instead of a warning that left the guest running without the files it was about to use, and the workspace push no longer carries the runner's own harness directories into the guest.

Images and sync methods are unchanged; this release adds no tar sync because haiku-builder has not yet cut a release declaring it.

Full Changelog: vmactions/haiku-vm@v1.1.3...v1.1.4

Commits
  • 9287e1d Update vmactions/haiku-vm from base-vm
  • 485bf26 Generated from base-vm
  • b9c8524 Sync from base-builder
  • f4cf331 Update vmactions/haiku-vm from base-vm
  • 51a8c5e Generated from base-vm
  • d16c5eb Update vmactions/haiku-vm from base-vm
  • 3c01e64 Generated from base-vm
  • ac1d201 Update version to v1.1.3
  • 5c25a73 Update vmactions/haiku-vm from base-vm
  • b014b28 Generated from base-vm
  • Additional commits viewable in compare view

Updates vmactions/hurd-vm from 1.0.0 to 1.0.1

Release notes

Sourced from vmactions/hurd-vm's releases.

v1.0.1

sync: tar

A new way to share the workspace: the tree is streamed in as a ustar archive over the ssh connection the action already opens, and streamed back the same way when the run finishes. Nothing is installed in the guest and no filesystem support is needed on either side, unlike nfs. hurd-builder v2.0.1 declares it for every release, and it was verified on this guest before the declaration went in: 300 files plus a 1 MB binary blob pushed, a file written inside the VM, the whole tree pulled back and compared by content hash.

rsync remains the default.

Under the hood

hurd-builder v2.0.1 is also the first hurd build to publish releases.json, the machine-readable index this action bakes its configuration from -- which is why the pre-tar method list survived until now.

The runtime moves to anyvm v0.6.5, thirteen releases on from the v0.5.2 that v1.0.0 shipped. Two of its fixes reach every job: a failed folder sync is now fatal instead of a warning that left the guest running without the files it was about to use, and the workspace push no longer carries the runner's own harness directories into the guest.

Full Changelog: vmactions/hurd-vm@v1.0.0...v1.0.1

Commits
  • a116077 Update vmactions/hurd-vm from base-vm
  • 6fc5681 Generated from base-vm
  • 19f0506 Sync from base-builder
  • 7eddd0a Update vmactions/hurd-vm from base-vm
  • ce77be3 Generated from base-vm
  • 4a64d1d Update vmactions/hurd-vm from base-vm
  • e4a9fd0 Generated from base-vm
  • ed0e2c0 Update version to v1.0.0
  • 646a69e Update vmactions/hurd-vm from base-vm
  • fc0a6e0 Generated from base-vm
  • Additional commits viewable in compare view

Updates vmactions/solaris-vm from 1.3.8 to 1.3.9

Release notes

Sourced from vmactions/solaris-vm's releases.

v1.3.9

sync: tar

A new way to share the workspace: the tree is streamed in as a ustar archive over the ssh connection the action already opens, and streamed back the same way when the run finishes. Nothing is installed in the guest and no filesystem support is needed on either side, unlike nfs. solaris-builder v2.0.7 declares it for every release, and it was verified on this guest before the declaration went in: 300 files plus a 1 MB binary blob pushed, a file written inside the VM, the whole tree pulled back and compared by content hash.

rsync remains the default.

Under the hood

solaris-builder v2.0.7 is also the first solaris build to publish releases.json, the machine-readable index this action bakes its configuration from -- which is why the pre-tar method list survived until now.

The runtime moves to anyvm v0.6.5, fifteen releases on from the v0.5.0 that v1.3.8 shipped. Two of its fixes reach every job: a failed folder sync is now fatal instead of a warning that left the guest running without the files it was about to use, and the workspace push no longer carries the runner's own harness directories into the guest.

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

Commits
  • 96d8d97 Update vmactions/solaris-vm from base-vm
  • f13d129 Generated from base-vm
  • f841832 Sync from base-builder
  • cb8e2d9 Update vmactions/solaris-vm from base-vm
  • 2627719 Generated from base-vm
  • 31fc30b Update vmactions/solaris-vm from base-vm
  • 8a05dca Generated from base-vm
  • a5f8cf8 Update version to v1.3.8
  • d45c57a Update vmactions/solaris-vm from base-vm
  • a0ddca6 Generated from base-vm
  • Additional commits viewable in compare view

Updates vmactions/omnios-vm from 1.3.4 to 1.3.6

Release notes

Sourced from vmactions/omnios-vm's releases.

v1.3.6

The runtime moves to anyvm v0.6.5 (from v0.6.4), keeping the whole fleet on one version. This action's surface is unchanged -- same images, same sync methods, same defaults. The bump carries one runtime change of note: on hosts whose nested AMD virtualization corrupts AVX512 XSAVE state, the CPU-feature mask now drops the whole AVX512 family instead of only avx512f.

Full Changelog: vmactions/omnios-vm@v1.3.5...v1.3.6

v1.3.5

support tar.

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

Commits
  • 317e4f8 Update vmactions/omnios-vm from base-vm
  • c62e66c Generated from base-vm
  • c20f351 Sync from base-builder
  • c678b4c Update vmactions/omnios-vm from base-vm
  • ca9f264 Generated from base-vm
  • 996b881 Update version to v1.3.5
  • ca3ef77 Update vmactions/omnios-vm from base-vm
  • bec7f49 Generated from base-vm
  • cb523b3 Bump versions from upstream releases
  • fd93d8d Update version to v1.3.5
  • Additional commits viewable in compare view

Updates vmactions/openindiana-vm from 1.1.5 to 1.1.6

Release notes

Sourced from vmactions/openindiana-vm's releases.

v1.1.6

sync: tar

A new way to share the workspace: the tree is streamed in as a ustar archive over the ssh connection the action already opens, and streamed back the same way when the run finishes. Nothing is installed in the guest and no filesystem support is needed on either side, unlike sshfs and nfs. openindiana-builder v2.1.2 declares it for every release, and it was verified on this guest before the declaration went in: 300 files plus a 1 MB binary blob pushed, a file written inside the VM, the whole tree pulled back and compared by content hash.

rsync remains the default.

Under the hood

openindiana-builder v2.1.2 is also the first openindiana build to publish releases.json, the machine-readable index this action bakes its configuration from -- which is why the pre-tar method list survived until now.

The runtime moves to anyvm v0.6.5, twelve releases on from the v0.5.3 that v1.1.5 shipped. Two of its fixes reach every job: a failed folder sync is now fatal instead of a warning that left the guest running without the files it was about to use, and the workspace push no longer carries the runner's own harness directories into the guest.

Full Changelog: vmactions/openindiana-vm@v1.1.5...v1.1.6

Commits
  • 21e57a4 Update vmactions/openindiana-vm from base-vm
  • 88fa269 Generated from base-vm
  • 0ad38a3 Sync from base-builder
  • 204c5fe Update vmactions/openindiana-vm from base-vm
  • 9bb164b Generated from base-vm
  • 48f9a41 Update version to v1.1.5
  • 3c5d83c Update vmactions/openindiana-vm from base-vm
  • 35bbf60 Generated from base-vm
  • 5bf2381 Bump versions from upstream releases
  • 9e4c654 Update vmactions/openindiana-vm from base-vm
  • Additional commits viewable in compare view

Updates vmactions/tribblix-vm from 1.0.3 to 1.0.5

Release notes

Sourced from vmactions/tribblix-vm's releases.

v1.0.5

The runtime moves to anyvm v0.6.5 (from v0.6.4), keeping the whole fleet on one version. This action's surface is unchanged -- same images, same sync methods, same defaults. The bump carries one runtime change of note: on hosts whose nested AMD virtualization corrupts AVX512 XSAVE state, the CPU-feature mask now drops the whole AVX512 family instead of only avx512f.

Full Changelog: vmactions/tribblix-vm@v1.0.4...v1.0.5

v1.0.4

update

Full Changelog: vmactions/tribblix-vm@v1.0.3...v1.0.4

Commits
  • 238d918 Update vmactions/tribblix-vm from base-vm
  • e01975f Generated from base-vm
  • fc387aa Sync from base-builder
  • fb2f200 Update vmactions/tribblix-vm from base-vm
  • 485bc5c Generated from base-vm
  • eca32fe Update vmactions/tribblix-vm from base-vm
  • 9fda6b7 Generated from base-vm
  • 5be5d8d Update version to v1.0.4
  • e0282bf Update vmactions/tribblix-vm from base-vm
  • f0fdcdf Generated from base-vm
  • Additional commits viewable in compare view

Updates vmactions/ghostbsd-vm from 1.0.2 to 1.0.3

Release notes

Sourced from vmactions/ghostbsd-vm's releases.

v1.0.3

sync: tar

A new way to share the workspace: the tree is streamed in as a ustar archive over the ssh connection the action already opens, and streamed back the same way when the run finishes. Nothing is installed in the guest and no filesystem support is needed on either side, unlike sshfs and nfs. ghostbsd-builder v2.0.8 declares it for every release, and it was verified on this guest before the declaration went in: 300 files plus a 1 MB binary blob pushed, a file written inside the VM, the whole tree pulled back and compared by content hash.

rsync remains the default.

Under the hood

The image builder moves to ghostbsd-builder v2.0.8, two releases on: the nested-WHPX boot wedge is fixed, the disk is cleaned before export, and the builder now publishes releases.json, the machine-readable index this action bakes its configuration from.

The runtime moves to anyvm v0.6.5, fifteen releases on from the v0.5.0 that v1.0.2 shipped. Two of its fixes reach every job: a failed folder sync is now fatal instead of a warning that left the guest running without the files it was about to use, and the workspace push no longer carries the runner's own harness directories into the guest.

Full Changelog: vmactions/ghostbsd-vm@v1.0.2...v1.0.3

Commits
  • 47d491c Update vmactions/ghostbsd-vm from base-vm
  • acfb33d Generated from base-vm
  • 23aa1be Sync from base-builder
  • f720aaf Update vmactions/ghostbsd-vm from base-vm
  • 47f1779 Generated from base-vm
  • 9c4937a Update vmactions/ghostbsd-vm from base-vm
  • 499c9c7 Generated from base-vm
  • 6bf400a Update version to v1.0.2
  • f0cad1d Update vmactions/ghostbsd-vm from base-vm
  • de9da92 Generated from base-vm
  • Additional commits viewable in compare view

Updates vmactions/openeuler-vm from 1.0.0 to 1.0.1

Release notes

Sourced from vmactions/openeuler-vm's releases.

v1.0.1

sync: tar

A new way to share the workspace, available on every architecture including riscv64 and loongarch64: the tree is streamed in as a ustar archive over the ssh connection the action already opens, and streamed back the same way when the run finishes. Nothing is installed in the guest and no filesystem support is needed on either side, unlike sshfs and nfs. openeuler-builder v2.0.2 declares it for every release, and it was verified on this guest before the declaration went in: 300 files plus a 1 MB binary blob pushed, a file written inside the VM, the whole tree pulled back and compared by content hash.

rsync remains the default.

Under the hood

The runtime moves to anyvm v0.6.5, twelve releases on from the v0.5.3 that v1.0.0 shipped. Two of its fixes reach every job: a failed folder sync is now fatal instead of a warning that left the guest running without the files it was about to use, and the workspace push no longer carries the runner's own harness directories into the guest.

Full Changelog: vmactions/openeuler-vm@v1.0.0...v1.0.1

Commits
  • b8191b0 Update vmactions/openeuler-vm from base-vm
  • 20826b7 Generated from base-vm
  • 5d3bffc Sync from base-builder
  • 2371b71 Update vmactions/openeuler-vm from base-vm
  • 844a8e0 Generated from base-vm
  • 6c81560 Update vmactions/openeuler-vm from base-vm
  • 4ea0290 Generated from base-vm
  • eedaca6 Update version to v1.0.0
  • 7dd7b86 Update vmactions/openeuler-vm from base-vm
  • cc150ea Generated from base-vm
  • Additional commits viewable in compare view

Updates vmactions/blissos-vm from 1.0.1 to 1.0.2

Release notes

Sourced from vmactions/blissos-vm's releases.

v1.0.2

sync: tar

A second way to move the workspace. Android ships no rsync, no sshfs and no NFS client, so scp was the only option until now; sync: tar streams the tree as a ustar archive over the same connection and is the faster of the two on a large tree. Nothing is installed in the guest. Verified on this guest before the declaration went in: 300 files plus a 1 MB binary blob pushed, a file written inside the VM, the whole tree pulled back and compared by content hash.

scp remains the default.

Under the hood

The image builder moves to blissos-builder v2.0.3 and the runtime to anyvm v0.6.5, fifteen releases on from the v0.5.0 that v1.0.1 shipped. The builder now mirrors its dropbear source tarball at a pinned version -- an upstream download hiccup used to produce an image missing its ssh server instead of a red build -- and publishes releases.json, the machine-readable index this action bakes its configuration from.

Two runtime fixes reach every job: a failed folder sync is now fatal instead of a warning that left the guest running without the files it was about to use, and the workspace push no longer carries the runner's own harness directories into the guest.

Full Changelog: vmactions/blissos-vm@v1.0.1...v1.0.2

Commits
  • e4a4ae2 Update vmactions/blissos-vm from base-vm
  • a590410 Generated from base-vm
  • 9356464 Sync from base-builder
  • fc6590d Update vmactions/blissos-vm from base-vm
  • d892f05 Generated from base-vm
  • 17af3d1 Update vmactions/blissos-vm from base-vm
  • a8baad1 Generated from base-vm
  • 0afd8e1 Update version to v1.0.1
  • f7df17f Update vmactions/blissos-vm from base-vm
  • bfd9bc9 Generated from base-vm
  • 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 actions group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm) | `1.5.3` | `1.5.5` |
| [vmactions/openbsd-vm](https://github.com/vmactions/openbsd-vm) | `1.4.5` | `1.4.7` |
| [vmactions/netbsd-vm](https://github.com/vmactions/netbsd-vm) | `1.4.6` | `1.4.7` |
| [vmactions/dragonflybsd-vm](https://github.com/vmactions/dragonflybsd-vm) | `1.3.1` | `1.3.3` |
| [vmactions/haiku-vm](https://github.com/vmactions/haiku-vm) | `1.1.3` | `1.1.4` |
| [vmactions/hurd-vm](https://github.com/vmactions/hurd-vm) | `1.0.0` | `1.0.1` |
| [vmactions/solaris-vm](https://github.com/vmactions/solaris-vm) | `1.3.8` | `1.3.9` |
| [vmactions/omnios-vm](https://github.com/vmactions/omnios-vm) | `1.3.4` | `1.3.6` |
| [vmactions/openindiana-vm](https://github.com/vmactions/openindiana-vm) | `1.1.5` | `1.1.6` |
| [vmactions/tribblix-vm](https://github.com/vmactions/tribblix-vm) | `1.0.3` | `1.0.5` |
| [vmactions/ghostbsd-vm](https://github.com/vmactions/ghostbsd-vm) | `1.0.2` | `1.0.3` |
| [vmactions/openeuler-vm](https://github.com/vmactions/openeuler-vm) | `1.0.0` | `1.0.1` |
| [vmactions/blissos-vm](https://github.com/vmactions/blissos-vm) | `1.0.1` | `1.0.2` |



Updates `vmactions/freebsd-vm` from 1.5.3 to 1.5.5
- [Release notes](https://github.com/vmactions/freebsd-vm/releases)
- [Commits](vmactions/freebsd-vm@83b151f...f0552d3)

Updates `vmactions/openbsd-vm` from 1.4.5 to 1.4.7
- [Release notes](https://github.com/vmactions/openbsd-vm/releases)
- [Commits](vmactions/openbsd-vm@c941015...86cdc08)

Updates `vmactions/netbsd-vm` from 1.4.6 to 1.4.7
- [Release notes](https://github.com/vmactions/netbsd-vm/releases)
- [Commits](vmactions/netbsd-vm@00081e8...6334c83)

Updates `vmactions/dragonflybsd-vm` from 1.3.1 to 1.3.3
- [Release notes](https://github.com/vmactions/dragonflybsd-vm/releases)
- [Commits](vmactions/dragonflybsd-vm@bc8ccba...7cd7c9b)

Updates `vmactions/haiku-vm` from 1.1.3 to 1.1.4
- [Release notes](https://github.com/vmactions/haiku-vm/releases)
- [Commits](vmactions/haiku-vm@0ba6b98...9287e1d)

Updates `vmactions/hurd-vm` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/vmactions/hurd-vm/releases)
- [Commits](vmactions/hurd-vm@12ce185...a116077)

Updates `vmactions/solaris-vm` from 1.3.8 to 1.3.9
- [Release notes](https://github.com/vmactions/solaris-vm/releases)
- [Commits](vmactions/solaris-vm@315163f...96d8d97)

Updates `vmactions/omnios-vm` from 1.3.4 to 1.3.6
- [Release notes](https://github.com/vmactions/omnios-vm/releases)
- [Commits](vmactions/omnios-vm@027e3ec...317e4f8)

Updates `vmactions/openindiana-vm` from 1.1.5 to 1.1.6
- [Release notes](https://github.com/vmactions/openindiana-vm/releases)
- [Commits](vmactions/openindiana-vm@52f16d4...21e57a4)

Updates `vmactions/tribblix-vm` from 1.0.3 to 1.0.5
- [Release notes](https://github.com/vmactions/tribblix-vm/releases)
- [Commits](vmactions/tribblix-vm@4a486df...238d918)

Updates `vmactions/ghostbsd-vm` from 1.0.2 to 1.0.3
- [Release notes](https://github.com/vmactions/ghostbsd-vm/releases)
- [Commits](vmactions/ghostbsd-vm@5ed1dcc...47d491c)

Updates `vmactions/openeuler-vm` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/vmactions/openeuler-vm/releases)
- [Commits](vmactions/openeuler-vm@694e5d6...b8191b0)

Updates `vmactions/blissos-vm` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/vmactions/blissos-vm/releases)
- [Commits](vmactions/blissos-vm@aa51098...e4a4ae2)

---
updated-dependencies:
- dependency-name: vmactions/freebsd-vm
  dependency-version: 1.5.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: vmactions/openbsd-vm
  dependency-version: 1.4.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: vmactions/netbsd-vm
  dependency-version: 1.4.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: vmactions/dragonflybsd-vm
  dependency-version: 1.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: vmactions/haiku-vm
  dependency-version: 1.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: vmactions/hurd-vm
  dependency-version: 1.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: vmactions/solaris-vm
  dependency-version: 1.3.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: vmactions/omnios-vm
  dependency-version: 1.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: vmactions/openindiana-vm
  dependency-version: 1.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: vmactions/tribblix-vm
  dependency-version: 1.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: vmactions/ghostbsd-vm
  dependency-version: 1.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: vmactions/openeuler-vm
  dependency-version: 1.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: vmactions/blissos-vm
  dependency-version: 1.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: 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 Aug 29, 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