Skip to content

chore(deps): update vmactions/freebsd-vm action to v1.5.5 - #12977

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/vmactions-freebsd-vm-1.x
Open

chore(deps): update vmactions/freebsd-vm action to v1.5.5#12977
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/vmactions-freebsd-vm-1.x

Conversation

@renovate

@renovate renovate Bot commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
vmactions/freebsd-vm action minor v1.3.9v1.5.5

Release Notes

vmactions/freebsd-vm (vmactions/freebsd-vm)

v1.5.5

Compare 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.4

Compare 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 for
some time.

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

v1.5.3

Compare Source

support major release:

release: 15

release: 14

release: 13

release: 12

v1.5.2

Compare Source

reduce image sizes.

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

v1.5.1

Compare 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.0

Compare Source

  1. Support all the versions from 12.4 to lastest 15.1
  2. Support all the archs: x86, aarch64, riscv64 and powerpc64

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

v1.4.9

Compare Source

fix bug for authorized_keys

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

v1.4.8

Compare Source

add powerpc64 arch

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

v1.4.7

Compare Source

15.1 release

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

v1.4.6

Compare Source

update images for stability and reliability

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

v1.4.5

Compare Source

support custom-shell-name

Full Changelog: vmactions/freebsd-vm@v1.4.4...v1.4.5

v1.4.4

Compare Source

add 14.4

v1.4.3

Compare Source

use node24

v1.4.2

Compare Source

fix bug "sync:no"

v1.4.1

Compare Source

add set -eu
support vnc-password

v1.4.0

Compare Source

fix urgent bug in last release v1.3.9


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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 this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions

github-actions Bot commented Jun 19, 2026

Copy link
Copy Markdown

GNU testsuite comparison:

Skip an intermittent issue tests/rm/isatty (fails in this run but passes in the 'main' branch)
Skip an intermittent issue tests/tail/symlink (fails in this run but passes in the 'main' branch)
Skipping an intermittent issue tests/cut/bounded-memory (passes in this run but fails in the 'main' branch)
Skipping an intermittent issue tests/date/date-locale-hour (passes in this run but fails in the 'main' branch)
Note: The gnu test tests/env/env-signal-handler was skipped on 'main' but is now failing.
Note: The gnu test tests/misc/write-errors was skipped on 'main' but is now failing.

@codspeed-hq

codspeed-hq Bot commented Jun 19, 2026

Copy link
Copy Markdown

Merging this PR will degrade performance by 3.04%

⚠️ Different runtime environments detected

Some benchmarks with significant performance changes were compared across different runtime environments,
which may affect the accuracy of the results.

Open the report in CodSpeed to investigate

⚡ 4 improved benchmarks
❌ 2 regressed benchmarks
✅ 219 untouched benchmarks
⏩ 182 skipped benchmarks1

Warning

Please fix the performance issues or acknowledge them on CodSpeed.

Performance Changes

Mode Benchmark BASE HEAD Efficiency
Simulation false_consecutive_calls 294.7 ns 350.2 ns -15.86%
Simulation true_consecutive_calls 294.7 ns 350.2 ns -15.86%
Simulation du_deep_tree[(100, 3)] 2.1 ms 2 ms +5.53%
Simulation uniq_case_insensitive[10000] 3 ms 2.8 ms +4.37%
Simulation uniq_with_count[10000] 3.8 ms 3.7 ms +3.45%
Simulation uniq_heavy_duplicates[10000] 4.3 ms 4.2 ms +3.03%

Tip

Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.


Comparing renovate/vmactions-freebsd-vm-1.x (82e59a0) with main (d9c5343)

Open in CodSpeed

Footnotes

  1. 182 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@renovate renovate Bot changed the title chore(deps): update vmactions/freebsd-vm action to v1.4.7 chore(deps): update vmactions/freebsd-vm action to v1.4.8 Jun 19, 2026
@renovate
renovate Bot force-pushed the renovate/vmactions-freebsd-vm-1.x branch from 0f29040 to 5e126ec Compare June 19, 2026 21:28
@renovate
renovate Bot force-pushed the renovate/vmactions-freebsd-vm-1.x branch from 5e126ec to f125f04 Compare June 27, 2026 01:50
@renovate renovate Bot changed the title chore(deps): update vmactions/freebsd-vm action to v1.4.8 chore(deps): update vmactions/freebsd-vm action to v1.4.9 Jun 27, 2026
@renovate
renovate Bot force-pushed the renovate/vmactions-freebsd-vm-1.x branch from f125f04 to b35c98d Compare June 28, 2026 08:23
@renovate renovate Bot changed the title chore(deps): update vmactions/freebsd-vm action to v1.4.9 chore(deps): update vmactions/freebsd-vm action to v1.5.0 Jun 28, 2026
@renovate
renovate Bot force-pushed the renovate/vmactions-freebsd-vm-1.x branch from b35c98d to fe08db2 Compare July 12, 2026 12:01
@sylvestre
sylvestre force-pushed the renovate/vmactions-freebsd-vm-1.x branch from fe08db2 to b82a308 Compare July 14, 2026 02:31
@renovate
renovate Bot force-pushed the renovate/vmactions-freebsd-vm-1.x branch from b82a308 to 8d9fd70 Compare July 18, 2026 01:11
@renovate renovate Bot changed the title chore(deps): update vmactions/freebsd-vm action to v1.5.0 chore(deps): update vmactions/freebsd-vm action to v1.5.1 Jul 18, 2026
@renovate renovate Bot changed the title chore(deps): update vmactions/freebsd-vm action to v1.5.1 chore(deps): update vmactions/freebsd-vm action to v1.5.2 Jul 18, 2026
@renovate
renovate Bot force-pushed the renovate/vmactions-freebsd-vm-1.x branch 3 times, most recently from ea328dc to d68ef06 Compare July 24, 2026 14:50
@renovate
renovate Bot force-pushed the renovate/vmactions-freebsd-vm-1.x branch 2 times, most recently from f40cffd to d5c9429 Compare August 6, 2026 06:09
@renovate renovate Bot changed the title chore(deps): update vmactions/freebsd-vm action to v1.5.2 chore(deps): update vmactions/freebsd-vm action to v1.5.3 Aug 6, 2026
@renovate
renovate Bot force-pushed the renovate/vmactions-freebsd-vm-1.x branch from d5c9429 to 8b5c683 Compare August 11, 2026 14:44
@github-actions

Copy link
Copy Markdown

Binary size comparison:

Individual binary size comparison VS main (threshold: >=5% AND >=4 KB).

Total size of compared binaries: 148.94 MB (+324 KB, +0.21%)

Significant per-binary changes:
  install     1.24 MB ->    1.32 MB  (+80 KB, +6.29%)
  mkdir       1.09 MB ->    1.17 MB  (+80 KB, +7.14%)
  mkfifo      1.09 MB ->    1.16 MB  (+76 KB, +6.83%)
  mknod       1.09 MB ->    1.17 MB  (+76 KB, +6.79%)

@renovate
renovate Bot force-pushed the renovate/vmactions-freebsd-vm-1.x branch from 8b5c683 to 8dd1076 Compare August 14, 2026 11:04
@renovate
renovate Bot force-pushed the renovate/vmactions-freebsd-vm-1.x branch from 8dd1076 to 121e539 Compare August 22, 2026 05:58
@renovate renovate Bot changed the title chore(deps): update vmactions/freebsd-vm action to v1.5.3 chore(deps): update vmactions/freebsd-vm action to v1.5.4 Aug 22, 2026
@renovate
renovate Bot force-pushed the renovate/vmactions-freebsd-vm-1.x branch from 121e539 to e00275d Compare August 26, 2026 04:58
@renovate renovate Bot changed the title chore(deps): update vmactions/freebsd-vm action to v1.5.4 chore(deps): update vmactions/freebsd-vm action to v1.5.5 Aug 26, 2026
@renovate
renovate Bot force-pushed the renovate/vmactions-freebsd-vm-1.x branch from e00275d to 82e59a0 Compare August 26, 2026 09:04
@renovate
renovate Bot force-pushed the renovate/vmactions-freebsd-vm-1.x branch from 82e59a0 to d0beb7d Compare September 3, 2026 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants