Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 24, 2025

This PR contains the following updates:

Package Type Update Change OpenSSF
coreruleset-v4 minor 4.19.0 -> 4.20.0 OpenSSF Scorecard
gohugoio/hugo minor 0.151.2 -> 0.152.2 OpenSSF Scorecard
hugo-extended dependencies minor ^0.151.0 -> ^0.152.0 OpenSSF Scorecard
lycheeverse/lychee-action action minor v2.6.1 -> v2.7.0 OpenSSF Scorecard

Release Notes

coreruleset/coreruleset (coreruleset-v4)

v4.20.0

Compare Source

What's Changed

🆕 New features and detections 🎉
🧰 Other Changes

Full Changelog: coreruleset/coreruleset@v4.19.0...v4.20.0

gohugoio/hugo (gohugoio/hugo)

v0.152.2

Compare Source

In v0.152.0 we tightened the source validation for file mounts. We always said that project mounts can mount with absolute file/directorynames, modules/themes are restricted to relative. In v0.152.0 we narrowed module/themes mounts to be local, which made the setup in the bug report listed below fail:

[[module.mounts]]
source = '../../node_modules/bootstrap'
target = 'assets/vendor/bootstrap'

One part of this is security. But the construct above is usually very odd (the project uses files in a theme/module, not the other way around) and not very portable. But the example above demonstrates a valid exception, that we now have added support for in a portable way. The above example now works as it did before v0.152.0, but going forward you can also write:

[[module.mounts]]
source = 'node_modules/bootstrap'
target = 'assets/vendor/bootstrap'

We now have the node_modules as a special case: For themes/modules we first check if the mounted source exists locally, if not we try relative to the project root.

What's Changed

v0.152.1

Compare Source

These fixes are are all related to the YAML library upgrade in v0.152.0.

v0.152.0

Compare Source

The big new thing and the motivation behind this release is the upgrade to a more modern YAML library in @​goccy 's github.com/goccy/go-yaml. It's been a surprisingly long and winding road to get here. Note that this upgrade comes with some minor breaking changes, most notably that the old YAML 1.1 spec listed a set of strings that, when unquoted, were treated as boolean true or false. So if you're using any of the values in the table below as booleans, you need to adjust your YAML, but I suspect that fixing this very surprising behavior will fix more issues than it introduces. A big new thing with this new YAML library is the support for YAML anchors and aliases which helps to reduce duplication in e.g. your configuration. There are some examples in Hugo's release build configuration and in the Hugo's CI release setup.

Values Old meaning New meaning
yes, Yes, YES, y, Y, on, On, ON true (bool) yes, Yes, YES, y, Y, on, On, ON (string)
no, No, NO, n, N, off, Off, OFF false (bool) no, No, NO, n, N, off, Off, OFF (string)

Note

Improvements

Dependency Updates

Build Setup

jakejarvis/hugo-extended (hugo-extended)

v0.152.2

Compare Source

v0.152.1

Compare Source

v0.152.0

Compare Source

lycheeverse/lychee-action (lycheeverse/lychee-action)

v2.7.0: Version 2.7.0

Compare Source

Breaking changes

If you're using --base, you must now provide either a URL (with scheme) or an absolute local path. See lychee --help for more information. If you want to resolve root-relative links in local files, also see --root-dir.

What's Changed

Full Changelog: lycheeverse/lychee-action@v2...v2.7.0


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 added dependencies Pull requests that update a dependency file github-releases minor labels Oct 24, 2025
@renovate renovate bot enabled auto-merge (squash) October 24, 2025 00:50
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Oct 24, 2025

Deploying website with  Cloudflare Pages  Cloudflare Pages

Latest commit: 588aa4c
Status:⚡️  Build in progress...

View logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0496126 to 6fb9e6f Compare October 24, 2025 22:54
@renovate renovate bot changed the title chore(deps): update dependency gohugoio/hugo to v0.152.1 in .github/workflows/test.yml fix(deps): update all non-major dependencies in .github/workflows/test.yml Oct 24, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 1c6dac0 to 1de1d4f Compare November 2, 2025 18:10
@renovate renovate bot changed the title fix(deps): update all non-major dependencies in .github/workflows/test.yml fix(deps): update all non-major dependencies in config/_default/params.yaml Nov 2, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1de1d4f to 228dd9b Compare November 9, 2025 14:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 228dd9b to d58846f Compare November 9, 2025 17:07
Signed-off-by: Felipe Zipitria <felipe.zipitria@owasp.org>
@renovate renovate bot merged commit 70d6b22 into main Nov 9, 2025
1 of 2 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch November 9, 2025 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github-releases minor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants