Skip to content

chore(deps-ga): update GitHub Actions (major)#203

Merged
Zalk0 merged 1 commit intomainfrom
renovate/major-github-actions
Mar 28, 2026
Merged

chore(deps-ga): update GitHub Actions (major)#203
Zalk0 merged 1 commit intomainfrom
renovate/major-github-actions

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Aug 17, 2025

This PR contains the following updates:

Package Type Update Change
actions/cache action major v4v5
actions/checkout action major v4v6
actions/setup-python action major v5v6
docker/build-push-action action major v6v7
docker/login-action action major v3v4
docker/setup-buildx-action action major v3v4
docker/setup-qemu-action action major v3v4

Release Notes

actions/cache (actions/cache)

v5

Compare Source

actions/checkout (actions/checkout)

v6

Compare Source

v5

Compare Source

actions/setup-python (actions/setup-python)

v6

Compare Source

docker/build-push-action (docker/build-push-action)

v7

Compare Source

docker/login-action (docker/login-action)

v4

Compare Source

docker/setup-buildx-action (docker/setup-buildx-action)

v4

Compare Source

docker/setup-qemu-action (docker/setup-qemu-action)

v4

Compare Source


Configuration

📅 Schedule: Branch creation - Between 10:00 PM and 11:59 PM, only on Sunday ( * 22-23 * * 0 ), Between 12:00 AM and 05:59 AM, only on Monday ( * 0-5 * * 1 ) in timezone Europe/Paris, 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 changed the title chore(deps-ga): update actions/checkout action to v5 chore(deps-ga): update GitHub Actions (major) Sep 4, 2025
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 165593f to 1f8655e Compare September 4, 2025 04:46
@renovate renovate Bot changed the title chore(deps-ga): update GitHub Actions (major) chore(deps-ga): update GitHub Actions to v6 (major) Nov 20, 2025
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 1f8655e to baccd4a Compare November 20, 2025 17:03
@renovate renovate Bot changed the title chore(deps-ga): update GitHub Actions to v6 (major) chore(deps-ga): update GitHub Actions (major) Dec 12, 2025
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from baccd4a to 8156050 Compare December 12, 2025 02:54
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 4 times, most recently from e00a370 to 1a84862 Compare March 5, 2026 22:09
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 1a84862 to 1759c66 Compare March 28, 2026 12:43
@Zalk0 Zalk0 merged commit b820ef1 into main Mar 28, 2026
1 of 2 checks passed
@Zalk0 Zalk0 deleted the renovate/major-github-actions branch March 28, 2026 12:47
Zalk0 pushed a commit that referenced this pull request Apr 1, 2026
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Zalk0 added a commit that referenced this pull request Apr 15, 2026
* feat(renovate): merge pre-commit and python dev groups (#196)

* chore(deps-dev): update pre-commit hook pre-commit/pre-commit-hooks to v6 (#201)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps-ga): update GitHub Actions (#203)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps-docs): update Python (docs) (#202)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps-dev): update Ruff to v0.15.8 (#197)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update Python (prod) (#198)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps-docs): update mkdocstrings-python to v2 (#205)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix: enable_tracing is deprecated + move mkdir outside async context

mkdir from pathlib is a blocking method

* fix: use official ruff action and reformat actions files

* Switch to uv (#206)

* feat: switch to uv

uv is faster than pip and is beginning to be widely adopted in the Python ecosystem

- update docs and README accordingly
- delete requirements files
- remove requirements-txt-fixer hook from pre-commit
- change legacy pre-commit hook ruff for ruff-check

* feat: update Docker config and dependencies to catch up to main

* feat: use Alpine image with Python installed as it's smaller and faster to build

* chore(deps-docs): update mkdocstrings to v2

* fix: missing updates to uv

* chore: remove spaces in dependencies declaration

* Reconfigure renovate (#207)

* feat: update renovate config to accommodate the switch to uv

* chore: use commits SHA for GitHub Actions

* chore(deps-ga): Pin dependencies (#208)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(ga): uv don't prune cache to keep all wheels

* chore(ga): update ignored paths in docs action

* feat: update lock file with renovate (#209)

* chore: remove pin command as there is now a separate permission in Discord

* chore(deps): update Python (prod) (#211)

* fix: typo in README

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fix: direct usage of env variable

* fix: restrict permissions in workflows

* docs: use actions instead of branch

* chore(deps-ga): Pin dependencies (#213)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(renovate): dependency groups after switch to uv (#214)

* fix(ga): producing unwanted folder in gh-pages artifact

* doc: update uv installation command

Co-authored-by: thomas girod <56346771+imperosol@users.noreply.github.com>

* chore: update min Python version to 3.12

+ minor packages updates

* fix: lint + add ruff rules

- set uv default groups
- add check-toml to pre-commit
- change ci to pre-commit and run on all PR
- only install docs group in docs ci

* chore(deps-ga): update docker/build-push-action digest to bcafcac (#217)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps-ga): update actions/upload-pages-artifact action to v5 (#218)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix: update docs now to mention docs deps included by default

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: thomas girod <56346771+imperosol@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant