chore(deps): update vmactions/freebsd-vm action to v1.5.6 - #14514
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update vmactions/freebsd-vm action to v1.5.6#14514renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Contributor
|
It should be able to update lint CI only. |
|
GNU testsuite comparison: |
renovate
Bot
force-pushed
the
renovate/vmactions-freebsd-vm-1.x
branch
from
September 12, 2026 20:52
842ec24 to
61b8be8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.3.9→v1.5.6v1.5.5→v1.5.6Release Notes
vmactions/freebsd-vm (vmactions/freebsd-vm)
v1.5.6Compare Source
FreeBSD 14.5, and riscv64 can install packages
New releases
FreeBSD 14.5 on x86_64, aarch64, riscv64 and powerpc64. The action now
offers 13 releases; the default is still 15.1.
riscv64 gains rsync and sshfs
pkg.FreeBSD.org publishes no riscv64 packages at all, so the riscv64
images used to ship without rsync or fusefs-sshfs and only nfs, scp and
tar worked there. Image builder 2.2.7 configures the 15.0 and 15.1
riscv64 images for anyvm-org/freebsd-pkg-repo, a signed build of the
ports tree for FreeBSD:15:riscv64, so those two releases now support
all five sync methods:
sync: rsync (the default)
sync: sshfs
sync: nfs
sync: scp
sync: tar
pkg install also works inside the VM on those images. 13.x and 14.x
riscv64 are unchanged and stay on nfs, scp and tar.
Pins
BUILDER_VERSION 2.2.6 -> 2.2.7
ANYVM_VERSION 0.6.5 -> 0.6.9
Fixes from base-vm
for AlmaLinux/Rocky ppc64le does not apply here.
v1.5.5Compare Source
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.4Compare Source
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 forsome time.
Full Changelog: vmactions/freebsd-vm@v1.5.3...v1.5.4
v1.5.3Compare Source
support major release:
v1.5.2Compare Source
reduce image sizes.
Full Changelog: vmactions/freebsd-vm@v1...v1.5.2
v1.5.1Compare Source
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.5.0Compare Source
Full Changelog: vmactions/freebsd-vm@v1...v1.5.0
v1.4.9Compare Source
fix bug for authorized_keys
Full Changelog: vmactions/freebsd-vm@v1...v1.4.9
v1.4.8Compare Source
add powerpc64 arch
Full Changelog: vmactions/freebsd-vm@v1.4.7...v1.4.8
v1.4.7Compare Source
15.1 release
Full Changelog: vmactions/freebsd-vm@v1.4.6...v1.4.7
v1.4.6Compare Source
update images for stability and reliability
Full Changelog: vmactions/freebsd-vm@v1.4.5...v1.4.6
v1.4.5Compare Source
support custom-shell-name
Full Changelog: vmactions/freebsd-vm@v1.4.4...v1.4.5
v1.4.4Compare Source
add 14.4
v1.4.3Compare Source
use node24
v1.4.2Compare Source
fix bug "sync:no"
v1.4.1Compare Source
add set -eu
support vnc-password
v1.4.0Compare Source
fix urgent bug in last release v1.3.9
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.