chore(deps): update rojopolis/spellcheck-github-actions action to v0.64.0 - #427
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update rojopolis/spellcheck-github-actions action to v0.64.0#427renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/rojopolis-spellcheck-github-actions-0.x
branch
from
July 1, 2026 21:55
bd05a5f to
ea8a631
Compare
renovate
Bot
force-pushed
the
renovate/rojopolis-spellcheck-github-actions-0.x
branch
2 times, most recently
from
July 30, 2026 20:30
7d344f8 to
ac69e23
Compare
renovate
Bot
force-pushed
the
renovate/rojopolis-spellcheck-github-actions-0.x
branch
from
July 31, 2026 16:40
ac69e23 to
be39c61
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.61.0→0.64.0Release Notes
rojopolis/spellcheck-github-actions (rojopolis/spellcheck-github-actions)
v0.64.0Compare Source
Adopted
pip-compile(pip-tools) for Python dependency management via PR #380.requirements.inis now the source of truth for direct dependencies (pyspelling,pymdown-extensions);requirements.txtis generated from it rather than hand-maintained, so transitive pins can no longer silently fall out of sync the waybracexdid in issue #378.backrefsandzippare dropped fromrequirements.txt. Neither is part of the resolved dependency graph forpyspelling+pymdown-extensionson the Python version this image ships (verified against each package's own declared metadata and the installed package list in the built image) — they were stale manual pins, not active dependencies. In particular,zippwas originally pinned in PR #204 to patch CVE-2024-5569; that dependency chain (pyspelling→importlib-metadata→zipp) no longer exists, so removing the pin does not reintroduce the vulnerability — the package simply isn't installed, pinned or not..github/dependabot.yml's pip ecosystem entry already setversioning-strategy: lockfile-only, which expects exactly thisrequirements.in/requirements.txtsplit; this change makes that existing setting apply as intended.v0.63.1Compare Source
sourcesglob patterns that combine brace expansion with theSPLIT/GLOBSTARflags (e.g.**/*.{c,h}|!build/**) silently matching zero files and causing the action to fail withRuntimeError: None of the source targets from the configuration match any files. The pinnedbracexdependency (2.5.post1) predated the versionwcmatchrequires for correct parsing of such patterns; bumped to3.0.1via PR #379. Addresses issue #378, reported by @arkq.v0.63.0Compare Source
v0.62.0Compare Source
Bumped
lxmlfrom 5.3.0 to 5.4.0 to address known CVEs via PR #357.Bumped
pymdown-extensionsto patched version 10.21.3 via PR #358.Bumped
Markdownfrom 3.7 to 3.8.1 to patched version via PR #359.Cleaned up GitHub Actions workflows using
zizmorand removed ratchet annotations via PR #355 and PR #356.Clarified examples in README.
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.