Skip to content

build(deps): bump the actions group with 2 updates - #742

Merged
flavorjones merged 1 commit into
mainfrom
dependabot/github_actions/actions-794f717efc
Sep 20, 2026
Merged

flavorjones merged 1 commit into
mainfrom
dependabot/github_actions/actions-794f717efc

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 19, 2026

Copy link
Copy Markdown
Contributor

Bumps the actions group with 2 updates: ruby/setup-ruby and vmactions/freebsd-vm.

Updates ruby/setup-ruby from 1.321.0 to 1.323.0

Release notes

Sourced from ruby/setup-ruby's releases.

v1.323.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.322.0...v1.323.0

v1.322.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.321.0...v1.322.0

Commits

Updates vmactions/freebsd-vm from 1.5.6 to 1.5.7

Release notes

Sourced from vmactions/freebsd-vm's releases.

v1.5.7

FreeBSD 10.4 and 11.4, and a fix for "Unsupported OS: freebsd"

New releases

FreeBSD 10.4 and 11.4 on x86_64, from image builder 2.2.8. The action now offers 15 releases; the default is still 15.1.

  • uses: vmactions/freebsd-vm@v1 with: release: "10.4"

The leading-part form works too: release: "10" and release: "11" pick the newest matching release, so the action now ships 10, 11, 12, 13, 14 and 15.

pkg.FreeBSD.org dropped its FreeBSD 10, 11 and 12 repositories long ago, so these images take their packages from the preserved SGGS mirror (https://mirror.sg.gs/freebsd-pkg/), which keeps FreeBSD's original repository signatures; pkg verifies them against the fingerprint shipped in the base system. Two things the VM runtime had to learn to run them: 10.x and 11.x boot via SeaBIOS, since their images have no EFI system partition, and 10.4 runs on QEMU's qemu64 CPU model, because FreeBSD 10's signal delivery panics when -cpu host exposes modern XSAVE features.

12.4 x86_64 gains rsync and sshfs

The same mirror reaches 12.4 x86_64: the image now ships rsync and fusefs-sshfs, so all five sync methods work there instead of nfs, scp and tar only. 12.4 aarch64 stays base-only; no aarch64 packages exist for FreeBSD 12.

Fixed: a lost network probe no longer fails as "Unsupported OS"

#163: a job with release: '14.0' failed after three minutes with

Error: Unsupported OS: freebsd. Builder repository anyvm-org/freebsd-builder not found.

although the image exists. A single failed probe of the release download URL sent the run down the GitHub REST API. The action never passed a token, so that request was unauthenticated and shared the 60/hour per-IP limit with every other job on the runner IP; the 403 was retried for three minutes and then reported as an unsupported OS. Two changes close this:

... (truncated)

Commits
  • 4469451 Update vmactions/freebsd-vm from base-vm
  • a1432a5 Generated from base-vm
  • 95e5c02 Update vmactions/freebsd-vm from base-vm
  • 7c33c64 Generated from base-vm
  • 92f7fa4 Bump versions from upstream releases
  • c0e53c3 Update vmactions/freebsd-vm from base-vm
  • 11feb8f Generated from base-vm
  • 224f1ac Update version to v1.5.6
  • e978178 Update vmactions/freebsd-vm from base-vm
  • 2e17369 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 2 updates: [ruby/setup-ruby](https://github.com/ruby/setup-ruby) and [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm).


Updates `ruby/setup-ruby` from 1.321.0 to 1.323.0
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](ruby/setup-ruby@95ef2b0...984c0c8)

Updates `vmactions/freebsd-vm` from 1.5.6 to 1.5.7
- [Release notes](https://github.com/vmactions/freebsd-vm/releases)
- [Commits](vmactions/freebsd-vm@8b0f1a8...4469451)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-version: 1.323.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: vmactions/freebsd-vm
  dependency-version: 1.5.7
  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 Sep 19, 2026
@flavorjones
flavorjones merged commit 576f36c into main Sep 20, 2026
135 checks passed
@flavorjones
flavorjones deleted the dependabot/github_actions/actions-794f717efc branch September 20, 2026 13:28
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