Skip to content

chore(deps): update all non-major dependencies in .github/workflows/test.yml#512

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/all-minor-patch
Jun 8, 2026
Merged

chore(deps): update all non-major dependencies in .github/workflows/test.yml#512
renovate[bot] merged 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change OpenSSF
actions/checkout (changelog) action digest de0fac2df4cb1c OpenSSF Scorecard
gohugoio/hugo minor 0.161.10.162.1 OpenSSF Scorecard
hugo-extended dependencies patch 0.162.00.162.1 OpenSSF Scorecard
subsite/docs (changelog) digest 7132eb9bb98c5b OpenSSF Scorecard

Release Notes

gohugoio/hugo (gohugoio/hugo)

v0.162.1

Compare Source

What's Changed

v0.162.0

Compare Source

The notable new feature in this release is support for AVIF images (both encoder and decoder). There's a demo site set up that demonstrates the difference between HDR AVIF and SDR JPEG images. Note that that demo is only really interesting if viewed on an HDR capable screen (e.g. Apple Retina).

Security fixes

There are some notable security fixes in this release.

Security fixes in Go

This release upgrades from Go 1.26.1 to 126.3, which brings a set of security fixes. Some relevant for Hugo are:

  • XSS in html/template (CVE-2026-39826 & CVE-2026-39823): Two separate vulnerabilities where escaper bypasses in html/template could lead to Cross-Site Scripting (XSS).
  • html/template: Fixes an issue where JS template literal contexts were incorrectly tracked across template branches, which could lead to improper content escaping.
Security fixes and hardening in Hugo

The following changes either fix a concrete issue or reduce the default attack surface of hugo builds.

  • Disallow text/html content files by default (e41a064). A new security.allowContent policy gates which content media types may be used for pages under /content. text/html is denied by default; sites that rely on hand-authored or adapter-emitted HTML content can opt back in with security.allowContent = ['.*'].
  • Re-check security.http.urls on every redirect hop in resources.GetRemote (86fbb0f).
  • Reject symlinked entries in resources.Get (f8b5fa0).

We will update this section later with links to CVEs where applicable.

All changes

jakejarvis/hugo-extended (hugo-extended)

v0.162.1

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 digest github-tags labels Jun 8, 2026
@renovate renovate Bot enabled auto-merge (squash) June 8, 2026 02:55
@renovate renovate Bot merged commit c19d5e0 into main Jun 8, 2026
2 of 3 checks passed
@renovate renovate Bot deleted the renovate/all-minor-patch branch June 8, 2026 02:56
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 digest github-tags

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants