chore(deps): Update GitHub Actions to v2026-06-18#66
Merged
Conversation
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:
2026-06-14→2026-06-18Release Notes
arillso/.github (arillso/.github)
v2026-06-18Compare Source
Added
ci-ansible-molecule.yml(usage, inputs,jobs, the
driver: docker|qemuselector) — it was listed in the AGENTS.mdCI table but missing from the workflow reference.
v2026-06-17Compare Source
Added
driverinput (dockerdefault,qemu) topick the Molecule driver.
qemuboots full VMs via themolecule-qemudriver for roles that need a real kernel and init system (k3s
modprobe/cgroups, container engines, agents that must run as a stablesystemdservice — under docker the unit reports started while it hascrash-looped, masking config bugs). GitHub-hosted
ubuntu-latestexposes awritable
/dev/kvm, so the job installsqemu-system-x86/qemu-utils/genisoimage, adds the runner to thekvmgroup, and runs molecule via
sg kvm; molecule-qemu auto-detects KVMacceleration and falls back to TCG. Validated end-to-end on
arillso.agent(alloy) and
arillso.container(k3s).shared release workflow shape (
name,run-name,concurrency), theKeep-a-Changelog format, the cross-collection dependency-bound matrix
(
arillso.container→arillso.system >=0.0.17,arillso.agent→arillso.system >=0.0.36) plus min-version policy, and the common.python-versionrequirementcollection changelogs
.python-versionon acurrent released Python (
python-versiondatasource,pep440versioning)Changed
release.ymltotag.yml(the event-focused template slot for tag pushes,alongside
pull-request.yml/nightly-security.yml); thename:staysRelease - Ansible Collectionrepo-root
.python-versionfile when thepython_versioninput is not set(input →
.python-version→3.11fallback). The input default changed from3.11to empty; callers that passpython_versionare unaffected, callersthat relied on the silent
3.11default now get.python-versionif present.Makes
.python-versionauthoritative for releases.Configuration
📅 Schedule: (in timezone Europe/Zurich)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.