Skip to content

chore: bump up cross-platform-actions/action action to v1#150

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/cross-platform-actions-action-1.x
Open

chore: bump up cross-platform-actions/action action to v1#150
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/cross-platform-actions-action-1.x

Conversation

@renovate

@renovate renovate Bot commented May 20, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
cross-platform-actions/action action major v0.32.0v1.2.0

Release Notes

cross-platform-actions/action (cross-platform-actions/action)

v1.2.0: Cross Platform Action 1.2.0

Compare Source

Added
  • Add support for OpenBSD 7.9 (#​144)
Changed
  • Updated QEMU to 10.2.3
Security
  • Bump resources to a release that use immutable releases, providing
    integrity verification for downloaded artifacts
    (#​147)

v1.1.0: Cross Platform Action 1.1.0

Compare Source

Added
  • Add support for DragonFly BSD (#​19)

  • Add support for MidnightBSD (#​102)

  • Add support for FreeBSD 14.4 (#​122)

  • Add support for OmniOS r151058

  • New syntax for multiple steps (#​83).
    Instead of invoking the action multiple times it's now possible to use a
    custom shell when running commands:

    jobs:
      custom-shell:
        runs-on: ubuntu-latest
        defaults:
          run:
            shell: cpa.sh {0}
    
        steps:
          - name: Start VM
            uses: cross-platform-actions/action@master
            with:
              operating_system: freebsd
              architecture: x86-64
              version: '15.0'
    
          - name: Run command using custom shell
            run: '[ "`uname`" = FreeBSD ]'

    Each custom-shell step automatically synchronizes files in both
    directions: runner-to-vm before the step runs and vm-to-runner after.
    Pass --sync-files DIRECTION after the file argument to change this
    (both (default), none (skip sync), runner-to-vm, or
    vm-to-runner), or use cpa.sh --sync-files standalone to sync on
    demand without running a command:

    - name: Sync files from runner to VM
      run: cpa.sh --sync-files runner-to-vm
  • Reboot mode for rebooting the VM and waiting for it to come back up
    (#​103,
    #​118).
    cpa.sh --reboot issues the reboot and blocks until the VM is reachable
    again:

    - name: Reboot VM
      run: cpa.sh --reboot
Security
  • Bump builders to releases that use immutable releases, providing
    integrity verification for downloaded artifacts
    (#​140)
Deprecated
  • The run input parameter has been deprecated and is now optional. Use the
    custom shell (shell: cpa.sh {0}) in subsequent steps to run commands in
    the virtual machine instead.

  • The shutdown_vm input parameter has been deprecated and will be removed
    in a future release. There is no replacement. When unset, it now defaults
    to true if the run parameter is provided (preserving the legacy
    behavior) and false otherwise (so the VM stays alive across subsequent
    custom-shell steps without needing to specify it).

v1.0.0: Cross Platform Action 1.0.0

Compare Source

Fixed
  • Fix #​108: Fix file ownership on Haiku after rsync, resolving git
    safe.directory errors
Changed
  • Breaking: Update the requirement of Node for running this action from
    version 20 to 24.
Removed
  • Breaking: Remove support for running on macOS runners. Only Linux runners
    (e.g. ubuntu-latest) are now supported. This was deprecated in v0.25.0.
  • Breaking: Remove the Xhyve hypervisor and the hypervisor input
    parameter. QEMU is now the only supported hypervisor. These were deprecated
    in v0.25.0.

v1

Compare Source


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.

@changeset-bot

changeset-bot Bot commented May 20, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: b27e0fe

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate Bot force-pushed the renovate/cross-platform-actions-action-1.x branch 2 times, most recently from b7f8937 to abf0f9e Compare May 30, 2026 08:59
@renovate renovate Bot force-pushed the renovate/cross-platform-actions-action-1.x branch from abf0f9e to b27e0fe Compare June 13, 2026 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants