From daa6adcfbebe2864c465e6e7201e356c560d61e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 10:02:37 +0000 Subject: [PATCH 1/4] Bump the github_action-dependencies group across 1 directory with 4 updates Bumps the github_action-dependencies group with 4 updates in the / directory: [calibreapp/image-actions](https://github.com/calibreapp/image-actions), [actions/setup-python](https://github.com/actions/setup-python), [actions/setup-node](https://github.com/actions/setup-node) and [actions/stale](https://github.com/actions/stale). Updates `calibreapp/image-actions` from 1.1.0 to 1.4.0 - [Release notes](https://github.com/calibreapp/image-actions/releases) - [Commits](https://github.com/calibreapp/image-actions/compare/1.1.0...1.4.0) Updates `actions/setup-python` from 5.6.0 to 6.0.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5.6.0...v6.0.0) Updates `actions/setup-node` from 4.4.0 to 5.0.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.4.0...v5.0.0) Updates `actions/stale` from 9.1.0 to 10.0.0 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/stale/compare/v9.1.0...v10.0.0) --- updated-dependencies: - dependency-name: calibreapp/image-actions dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github_action-dependencies - dependency-name: actions/setup-python dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github_action-dependencies - dependency-name: actions/setup-node dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github_action-dependencies - dependency-name: actions/stale dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github_action-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/calibreapp-image-actions.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/stale_pr.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/calibreapp-image-actions.yml b/.github/workflows/calibreapp-image-actions.yml index 109cb276c..3b561a4c2 100644 --- a/.github/workflows/calibreapp-image-actions.yml +++ b/.github/workflows/calibreapp-image-actions.yml @@ -21,6 +21,6 @@ jobs: persist-credentials: false - name: Compress Images - uses: calibreapp/image-actions@1.1.0 # TODO: if they start using a tag like v1, switch to that + uses: calibreapp/image-actions@1.4.1 # TODO: if they start using a tag like v1, switch to that with: githubToken: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55b9ba3b4..21018c54a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,14 +24,14 @@ jobs: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v5.6.0 + uses: actions/setup-python@v6.0.0 with: python-version: "${{ env.PYTHON_VERSION }}" architecture: "x64" cache: pip - name: Set up Node.js - uses: actions/setup-node@v4.4.0 + uses: actions/setup-node@v5.0.0 with: node-version: "${{ env.NODE }}" cache: npm diff --git a/.github/workflows/stale_pr.yml b/.github/workflows/stale_pr.yml index b9f23df5a..4f6393e85 100644 --- a/.github/workflows/stale_pr.yml +++ b/.github/workflows/stale_pr.yml @@ -16,7 +16,7 @@ jobs: pull-requests: write steps: - - uses: actions/stale@v9.1.0 + - uses: actions/stale@v10.1.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} # Do not automatically mark PR/issue as stale From ceceb63b86fd35c53e1bf655ed8ac0ff31e77a62 Mon Sep 17 00:00:00 2001 From: yubiuser Date: Sat, 11 Oct 2025 12:49:20 +0200 Subject: [PATCH 2/4] Adjust for calibre change in 1.3.0 Signed-off-by: yubiuser --- .github/workflows/calibreapp-image-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/calibreapp-image-actions.yml b/.github/workflows/calibreapp-image-actions.yml index 3b561a4c2..43313b8a3 100644 --- a/.github/workflows/calibreapp-image-actions.yml +++ b/.github/workflows/calibreapp-image-actions.yml @@ -23,4 +23,4 @@ jobs: - name: Compress Images uses: calibreapp/image-actions@1.4.1 # TODO: if they start using a tag like v1, switch to that with: - githubToken: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 756e5f57182b083f9677680e7c75ec5a35490803 Mon Sep 17 00:00:00 2001 From: yubiuser Date: Sat, 11 Oct 2025 12:51:35 +0200 Subject: [PATCH 3/4] Upgrade to Node24 Signed-off-by: yubiuser --- .devcontainer/Dockerfile | 2 +- netlify.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 4ecab8c84..85a15bf0e 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM node:22-alpine3.21 +FROM node:24-alpine3.22 RUN apk add --no-cache \ git \ diff --git a/netlify.toml b/netlify.toml index f2dc63f05..f5331bf67 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,7 +5,7 @@ command = "mkdocs build --clean --strict" [build.environment] PYTHON_VERSION = "3.11" - NODE_VERSION = "22" + NODE_VERSION = "24" CI = "true" DISABLE_OPENCOLLECTIVE = "true" OPENCOLLECTIVE_HIDE = "true" From 32949ec4d8881023677347ddff1a96dd21683b10 Mon Sep 17 00:00:00 2001 From: yubiuser Date: Sat, 11 Oct 2025 12:52:35 +0200 Subject: [PATCH 4/4] Update to python 3.14 Signed-off-by: yubiuser --- .github/workflows/ci.yml | 4 ++-- netlify.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21018c54a..597911296 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,8 +10,8 @@ on: env: FORCE_COLOR: 2 - NODE: 22 - PYTHON_VERSION: "3.11" + NODE: 24 + PYTHON_VERSION: "3.14" jobs: test: diff --git a/netlify.toml b/netlify.toml index f5331bf67..48742a5aa 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,7 +4,7 @@ publish = "site/" command = "mkdocs build --clean --strict" [build.environment] - PYTHON_VERSION = "3.11" + PYTHON_VERSION = "3.14" NODE_VERSION = "24" CI = "true" DISABLE_OPENCOLLECTIVE = "true"