Update shalzz/zola-deploy-action action to v0.23.3 - #52
Open
bootc-bot[bot] wants to merge 3 commits into
Open
Conversation
bootc-bot
Bot
force-pushed
the
bootc-renovate/github-actions
branch
from
August 10, 2026 09:41
9965821 to
0ac90c9
Compare
Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com>
bootc-bot
Bot
force-pushed
the
bootc-renovate/github-actions
branch
from
August 12, 2026 08:39
0ac90c9 to
38a6df1
Compare
Zola 0.23 upgrades the Tera template engine from v1 to v2, which
includes several breaking changes that require template updates.
Macros removed: Tera v2 replaces macros with components. The
render_header macro, which needs access to the rendering context
(config, section, etc.), is converted to a plain include fragment
since components are context-isolated. The author/description/abs_url/
link_list_item macros in common.html are converted to components, with
config passed explicitly where needed.
Renamed/removed filters:
- linebreaksbr -> newlines_to_br
- concat filter -> spread syntax ([...arr, item])
- slice filter -> native slicing (arr[:3])
Test syntax changes: Tera v2 requires keyword arguments for tests.
- starting_with("x") -> starting_with(pat="x")
- containing(x) replaced with `not in` operator
String literal changes: Backtick strings no longer support raw
backslashes; regex patterns now use single-quoted strings with
escaped backslashes.
Strict undefined variables: Tera v2 errors on undefined variables
instead of treating them as falsy. Added `is defined` guards for
section/page/toc variables in base templates.
Remove unused shortcodes: Zola 0.23 removes shortcode support
entirely. The shortcodes in the juice theme (impshort, imptoc, issue)
were unused by any content and are deleted.
See the Tera v1->v2 migration guide for full details:
https://github.com/Keats/tera/blob/master/MIGRATION.md
Generated-by: AI
Signed-off-by: John Eckersberg <jeckersb@redhat.com>
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Collaborator
|
Added an AI-driven commit to migrate the |
Slack requires authentication to view channel links, so the link checker gets a non-2xx response even though the links work fine in a browser. Add it to skip_prefixes alongside the existing freedesktop.org and YouTube exceptions. Generated-by: AI Signed-off-by: John Eckersberg <jeckersb@redhat.com>
Collaborator
|
Also need to skip CNCF slack links in the linkchecker... |
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:
v0.22.1→v0.23.3Release Notes
shalzz/zola-deploy-action (shalzz/zola-deploy-action)
v0.23.3Compare Source
v0.23.2Compare Source
v0.23.1Compare Source
Full Changelog: shalzz/zola-deploy-action@v0.22.1...v0.23.1
Configuration
📅 Schedule: (in timezone UTC)
🚦 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 has been generated by Mend Renovate CLI.