Skip to content

Update shalzz/zola-deploy-action action to v0.23.3 - #52

Open
bootc-bot[bot] wants to merge 3 commits into
mainfrom
bootc-renovate/github-actions
Open

Update shalzz/zola-deploy-action action to v0.23.3#52
bootc-bot[bot] wants to merge 3 commits into
mainfrom
bootc-renovate/github-actions

Conversation

@bootc-bot

@bootc-bot bootc-bot Bot commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
shalzz/zola-deploy-action action minor v0.22.1v0.23.3

Release Notes

shalzz/zola-deploy-action (shalzz/zola-deploy-action)

v0.23.3

Compare Source

v0.23.2

Compare Source

v0.23.1

Compare Source

Full Changelog: shalzz/zola-deploy-action@v0.22.1...v0.23.1


Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • "on sunday"
  • 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

@bootc-bot bootc-bot Bot changed the title Update shalzz/zola-deploy-action action to v0.23.1 Update shalzz/zola-deploy-action action to v0.23.2 Aug 10, 2026
@bootc-bot
bootc-bot Bot force-pushed the bootc-renovate/github-actions branch from 9965821 to 0ac90c9 Compare August 10, 2026 09:41
Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com>
@bootc-bot
bootc-bot Bot force-pushed the bootc-renovate/github-actions branch from 0ac90c9 to 38a6df1 Compare August 12, 2026 08:39
@bootc-bot bootc-bot Bot changed the title Update shalzz/zola-deploy-action action to v0.23.2 Update shalzz/zola-deploy-action action to v0.23.3 Aug 12, 2026
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>
@bootc-bot

bootc-bot Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

@jeckersb

Copy link
Copy Markdown
Collaborator

Added an AI-driven commit to migrate the juice template for new zola version. I'm not sure where this template came from, google hits on https://www.getzola.org/themes/juice/ which is now a 404, so I don't think it's maintained anymore. We should probably move to something else that is maintained, but I think this is fine for now.

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>
@jeckersb

Copy link
Copy Markdown
Collaborator

Also need to skip CNCF slack links in the linkchecker...

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