Skip to content

Bump docker/setup-qemu-action from 3 to 4 - #23

Open
dependabot[bot] wants to merge 6 commits into
masterfrom
dependabot/github_actions/docker/setup-qemu-action-4
Open

Bump docker/setup-qemu-action from 3 to 4#23
dependabot[bot] wants to merge 6 commits into
masterfrom
dependabot/github_actions/docker/setup-qemu-action-4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 4, 2026

Copy link
Copy Markdown
Contributor

Bumps docker/setup-qemu-action from 3 to 4.

Release notes

Sourced from docker/setup-qemu-action's releases.

v4.0.0

Full Changelog: docker/setup-qemu-action@v3.7.0...v4.0.0

v3.7.0

Full Changelog: docker/setup-qemu-action@v3.6.0...v3.7.0

v3.6.0

Full Changelog: docker/setup-qemu-action@v3.5.0...v3.6.0

v3.5.0

Full Changelog: docker/setup-qemu-action@v3.4.0...v3.5.0

v3.4.0

Full Changelog: docker/setup-qemu-action@v3.3.0...v3.4.0

v3.3.0

Full Changelog: docker/setup-qemu-action@v3.2.0...v3.3.0

v3.2.0

Full Changelog: docker/setup-qemu-action@v3.1.0...v3.2.0

v3.1.0

... (truncated)

Commits
  • 0611638 Merge pull request #21 from crazy-max/uninst
  • ce59c81 chore: update generated content
  • 2ddad44 uninstall current emulators
  • 8c37cd6 Merge pull request #250 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • d1a0ff3 chore: update generated content
  • 0a8f3dc build(deps): bump @​docker/actions-toolkit from 0.79.0 to 0.91.0
  • 9430f61 Merge pull request #291 from docker/dependabot/npm_and_yarn/tmp-0.2.6
  • 978bd77 chore: update generated content
  • 3479feb build(deps): bump tmp from 0.2.5 to 0.2.6
  • b113c26 Merge pull request #255 from docker/dependabot/npm_and_yarn/fast-xml-parser-5...
  • Additional commits viewable in compare view

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

Flake Bot and others added 3 commits April 3, 2025 18:42
Signed-off-by: Flake Bot <41898282+github-actions[bot]@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 4, 2026
This commit represents a major architectural overhaul, moving away from
Nix-generated Vimscript/Lua files (`config/*.nix`) to a standard, modular
pure Lua Neovim configuration structure (`lua/core` and `lua/plugins`).

Major changes:
- Migrate core options, keymaps, and autocmds to `lua/core/`
- Migrate all plugin configurations to `lua/plugins/`
- Centralize all scattered plugin keybindings into `lua/core/keymaps.lua` for a single source of truth
- Replace legacy `lsp-format.nvim` with the modern `conform.nvim` formatter
- Add `nvim-tree.lua` as the default file explorer (replacing `oil.nvim` for navigation) and disable legacy `netrw`
- Update `flake.nix` to pull `nvim-tree-lua` instead of deleted/deprecated packages
- Switch default colorscheme to `rose-pine` and disable terminal transparency for a cleaner UI
- Add native Lua `:w!!` sudo save command-line mapping

Signed-off-by: Vijayakumar Ravi <im@vijayakumar.xyz>
This commit completely restructures the GitHub Actions workflow into a robust
3-stage pipeline (setup -> build -> commit) to guarantee consistent lockfile
dependencies across all OS/arch combinations and prevent race conditions.

Major changes:
- Refactor workflow into three sequential jobs: `setup`, `build-and-test`, and `commit-lock`
- Replace Cachix action with `attic-action` configured for parallel uploads (`-j 4`)
- Centralize `nix flake update` to a single job and securely pass the lockfile via artifacts
- Expand build steps to rigorously verify derivations using `nix build` and `nix flake check`
- Fix QEMU configuration to strictly run only on `aarch64-linux` targets
- Inject explicit `--system` flags to guarantee correct cross-compilation reliability
- Bump core action versions (`actions/checkout@v4`, `nix-installer-action@v22`)
- Update workflow trigger paths to track new pure Lua structure (`init.lua`, `lua/**`)

Signed-off-by: Vijayakumar Ravi <im@vijayakumar.xyz>
@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/github_actions/docker/setup-qemu-action-4 branch June 15, 2026 10:37
@VijayakumarRavi
VijayakumarRavi restored the dependabot/github_actions/docker/setup-qemu-action-4 branch June 15, 2026 10:38
@VijayakumarRavi

Copy link
Copy Markdown
Owner

@dependabot rebase

Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3 to 4.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](docker/setup-qemu-action@v3...v4)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/docker/setup-qemu-action-4 branch from e282017 to 665413d Compare June 15, 2026 10:42
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.

1 participant