Skip to content

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

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies in .github/workflows/test.yml#469
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 19, 2026

This PR contains the following updates:

Package Type Update Change Pending OpenSSF
gohugoio/hugo minor 0.155.30.157.0 OpenSSF Scorecard
hugo-extended dependencies minor ^0.155.0^0.156.0 0.157.0 OpenSSF Scorecard
lycheeverse/lychee-action action minor v2.7.0v2.8.0 OpenSSF Scorecard
subsite/docs (changelog) digest 3b66879157f2d7 OpenSSF Scorecard

Release Notes

gohugoio/hugo (gohugoio/hugo)

v0.157.0

Compare Source

The notable new feature is GitInfo support for Hugo Modules. See this repo for a runnable demo where multiple versions of the same content is mounted into different versions.

Bug fixes

Improvements

Dependency Updates

v0.156.0

Compare Source

This release brings significant speedups of collections.Where and collections.Sort – but this is mostly a "spring cleaning" release, to make the API cleaner and simpler to understand/document.

Deprecated

  • Site.AllPages is Deprecated
  • Site.BuildDrafts is Deprecated
  • Site.Languages is Deprecated
  • Site.Data is deprecated, use hugo.Data
  • Page.Sites and Site.Sites is Deprecated, use hugo.Sites

See this topic for more info.

Removed

These have all been deprecated at least since v0.136.0 and any usage have been logged as an error for a long time:

Template functions

  • data.GetCSV / getCSV (use resources.GetRemote)
  • data.GetJSON / getJSON (use resources.GetRemote)
  • crypto.FNV32a (use hash.FNV32a)
  • resources.Babel (use js.Babel)
  • resources.PostCSS (use css.PostCSS)
  • resources.ToCSS (use css.Sass)

Page methods:

  • .Page.NextPage (use .Page.Next)
  • .Page.PrevPage (use .Page.Prev)

Paginator:

  • .Paginator.PageSize (use .Paginator.PagerSize)

Site methods:

  • .Site.LastChange (use .Site.Lastmod)
  • .Site.Author (use .Site.Params.Author)
  • .Site.Authors (use .Site.Params.Authors)
  • .Site.Social (use .Site.Params.Social)
  • .Site.IsMultiLingual (use hugo.IsMultilingual)
  • .Sites.First (use .Sites.Default)

Site config:

  • paginate (use pagination.pagerSize)
  • paginatePath (use pagination.path)

File caches:

  • getjson cache
  • getcsv cache

Notes

Bug fixes

Improvements

Dependency Updates

Build Setup

Documentation

jakejarvis/hugo-extended (hugo-extended)

v0.156.0

Compare Source

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

v2.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: lycheeverse/lychee-action@v2.7.0...v2.8.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 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 github-releases minor labels Feb 19, 2026
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Feb 19, 2026

Deploying website with  Cloudflare Pages  Cloudflare Pages

Latest commit: facc927
Status: ✅  Deploy successful!
Preview URL: https://18fd7909.website-1u6.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.website-1u6.pages.dev

View logs

@renovate renovate bot enabled auto-merge (squash) February 19, 2026 00:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d60142c to 86ec933 Compare February 22, 2026 16:34
@renovate renovate bot changed the title chore(deps): update all non-major dependencies in .github/workflows/test.yml fix(deps): update all non-major dependencies in .github/workflows/test.yml Feb 22, 2026
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 5c7719b to de5b86e Compare February 25, 2026 13:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from de5b86e to facc927 Compare February 25, 2026 19:44
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.

0 participants