Skip to content

Update JarvusInnovations/background-action action to v2 - #63

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/jarvusinnovations-background-action-2.x
Open

Update JarvusInnovations/background-action action to v2#63
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/jarvusinnovations-background-action-2.x

Conversation

@renovate

@renovate renovate Bot commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
JarvusInnovations/background-action action major v1.0.7v2.0.0

Release Notes

JarvusInnovations/background-action (JarvusInnovations/background-action)

v2.0.0

Compare Source

Breaking changes
  • Invalid option values now fail the step. tail, log-output, log-output-resume and log-output-if used to match on substrings, so log-output: no-stderr quietly enabled stderr and a typo like sdtout quietly disabled logging entirely. The same applied to wait-for, where abc123 silently became a 123ms timeout. These are now validated exactly. If a workflow of yours currently passes with a typo'd value, it will start failing — that value was never doing what it looked like.
  • Backgrounded processes are stopped during post-run. They receive SIGTERM, get shutdown-grace (default 10s) to exit cleanly, and anything they print on the way down is captured in the logs. Set shutdown: false for the previous behavior.
  • Logs are written under RUNNER_TEMP instead of the workspace, so an automated commit can no longer sweep them into your repository. Use the new stdout-log / stderr-log outputs to find them.
  • Runs on the node24 runtime.
Fixes
  • wait was passed as an argument to your last command (#​210). core.getInput() strips trailing whitespace, so the shell builtin appended to your commands became an argv of whatever ran last — npm run preview became npm run preview wait. Affected every multi-line run: whose final command wasn't backgrounded.
  • A failed background process is now reported immediately rather than at the readiness timeout. A bare wait blocks until every job exits and discards their statuses, so one service dying on startup was invisible until the timeout this action exists to prevent. Jobs are now awaited one at a time.
  • Backgrounded processes are no longer left running (#​205).
  • Log files no longer land in the workspace (#​199), and their paths are published as outputs (#​193).
  • log-output-if: early-exit — the spelling action.yml had advertised since the first release — was rejected outright. Both spellings now work.
  • Post-run no longer prints the environment when debug logging is enabled.
Improvements
  • New inputs: shutdown, shutdown-grace. New outputs: stdout-log, stderr-log.
  • Durations accept terse and verbose spellings (30s, 30 seconds, 1h30m45s).
  • Production dependencies reduced to three, with no known advisories.
  • The published bundle is now committed and verified against its sources on every pull request.
  • Tests run on macOS as well as Linux.

See the README for the full upgrade notes.

Thanks

This release is almost entirely other people's bug reports. Several sat open for a long time.

Sorry it took a while.

v2

Compare Source


Configuration

📅 Schedule: (UTC)

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

🚦 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.


  • 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 added the dependency Pull request that updates a dependency file label Jul 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency Pull request that updates a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants