Skip to content

build(deps): bump korthout/backport-action from 4.0.1 to 4.1.0 - #64

Open
dependabot[bot] wants to merge 33 commits into
mainfrom
dependabot/github_actions/korthout/backport-action-4.1.0
Open

build(deps): bump korthout/backport-action from 4.0.1 to 4.1.0#64
dependabot[bot] wants to merge 33 commits into
mainfrom
dependabot/github_actions/korthout/backport-action-4.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 16, 2026

Copy link
Copy Markdown

Bumps korthout/backport-action from 4.0.1 to 4.1.0.

Release notes

Sourced from korthout/backport-action's releases.

Backport-action v4.1.0

What's Changed

@​lenaschoenburg fixed a bug where backport-action thought that [#0](https://github.com/korthout/backport-action/issues/0) was a valid issue ref and used it in ${issue_refs}

The project is now bundled with esbuild, uses ESM, and is minified, resulting in a much smaller github action (from ~2MB to ~550kB)

Updated dependencies

Full Changelog: korthout/backport-action@v4.0.1...v4.1.0

Commits
  • 01619eb dist: release 4.1.0
  • d3fdb6d Merge pull request #560 from korthout/korthout-clean-up-sourcemap-files
  • 8d0f84d dist: remove leftover sourcemap files
  • d7a50fb Merge pull request #559 from korthout/korthout-auto-update-licenses-txt
  • 13771dc dist: build new licenses.txt
  • 7a3c8b0 build: update dist/licenses.txt automatically
  • 06a6b57 build: move esbuild to a separate file
  • 669791a dist: build new artifacts
  • 74946b7 Merge pull request #551 from korthout/renovate/actions-core-3.x
  • 8b1a415 Merge pull request #558 from korthout/renovate/pin-dependencies
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 16, 2026
Mic92 and others added 26 commits February 18, 2026 21:26
<!-- ps-id: 49609c89-e681-498c-85ca-5cfcb5f5bd38 -->
<!-- ps-id: ec34e5f5-e543-4bf8-9f3a-82a568fe8e3c -->
<!-- ps-id: d18d0d06-be18-4342-88c7-e98df365b04f -->
<!-- ps-id: 5cc61b65-7ab9-4cd6-8a1d-ad2c98262c62 -->
We don't want to use `normal user` here because than uid's from this
service can collide with other users added with static uids added in
nixos configuration. Also normal users would show up in login dialogs
like gdm/lightdm.

<!-- ps-id: ce771e61-5b0c-4524-aa5b-ced9d507a0cc -->
Like in the borg-job systemd service, env var values are now passed
verbatim to the borg process.
Previously, the var values were evaluated as bash double quoted strings.

<!-- ps-id: 9760d0b1-3240-43a9-986b-accfaf20a375 -->
this is nicer because than the other socat command can be also started
after the nixos test.

<!-- ps-id: 586f2964-1686-43ae-b824-1e6c4ae10bf6 -->
<!-- ps-id: 210dd877-b71e-46d6-99f7-1031d0245f80 -->
<!-- ps-id: e0f0e241-bf9e-447f-82ce-e9d35da574d6 -->
<!-- ps-id: 05f98184-af4c-4f7d-a630-55d04ec7d067 -->
<!-- ps-id: 1b884b5a-fb20-44f7-b081-7cad170bf585 -->
<!-- ps-id: 2e5cd757-1976-4f78-95bb-e1c6e6162df9 -->
<!-- ps-id: bfb96f09-5633-4220-b819-6f8b36031b0f -->
other parts of the ecosystem run after the user activation script to set
up permissions. They now instead need to run after the
systemd-sysusers.service, which they commonly only do if stage1 systemd
is enabled.
Since all the tests currently enable stage1 systemd, this now explicitly
enforce that users have this set.

<!-- ps-id: ce1a0f3e-5af4-4f16-81d6-5dc46be61cdd -->
This reverts commit 6306bf7.

<!-- ps-id: a4b2cd3b-4241-425b-9c07-2854cd9d4a29 -->
<!-- ps-id: 780b4f92-a18b-4324-a876-610ca270d73c -->
this will throw (harmless) warnings
Enable virtualisation.virtiofs in several NixOS tests to benchmark
the performance impact compared to the default 9p filesystem.

Tests modified:
- postgresql
- nginx
- docker
- redis
- systemd-boot
- misc

This will allow us to measure the performance difference between
virtiofs and 9p for NixOS VM tests.
@Mic92
Mic92 force-pushed the main branch 3 times, most recently from 006824c to 575049e Compare March 20, 2026 08:33
@Mic92
Mic92 force-pushed the main branch 4 times, most recently from cba47ef to a1a6c3a Compare April 3, 2026 07:32
@Mic92
Mic92 force-pushed the main branch 2 times, most recently from 78548a7 to 460f18d Compare May 6, 2026 19:15
@Mic92
Mic92 force-pushed the main branch 2 times, most recently from 9459c16 to f3baa88 Compare May 19, 2026 18:55
@Mic92
Mic92 force-pushed the main branch 3 times, most recently from e796be1 to 2e6cd30 Compare July 23, 2026 04:25
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.

2 participants