Skip to content

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

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#18
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/cross-platform-actions-action-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 12, 2026

This PR contains the following updates:

Package Type Update Change
cross-platform-actions/action action major v0.30.0v1.1.0

Release Notes

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

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

v0.32.0: Cross Platform Action 0.32.0

Compare Source

Added
  • Add support for OmniOS

v0.31.0: Cross Platform Action 0.31.0

Compare Source

Added
  • Add support for FreeBSD 15.0 (#​114)
Fixed
Changed
  • Releases are now immutable (#​117)

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.

@renovate renovate Bot force-pushed the renovate/cross-platform-actions-action-1.x branch from d8c58fc to 7c7e1aa Compare April 23, 2026 16:46
@renovate renovate Bot force-pushed the renovate/cross-platform-actions-action-1.x branch from 7c7e1aa to 3e564f2 Compare May 12, 2026 10:47
@renovate renovate Bot force-pushed the renovate/cross-platform-actions-action-1.x branch from 3e564f2 to db85e7d Compare May 17, 2026 13:34
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