This is a release on the small side, but. especially the new `Page.RenderShortcodes` method is so useful, especially for bigger sites, that we decided to get it out sooner rather than later. This method renders all the shortcodes in the content, preserving the surrounding markup (e.g. Markdown) as is. See the [Hugo Documentation](https://gohugo.io/variables/page/#rendershortcodes) for more information.
Improvements
* Add Page.RenderShortcodes ade7ec818 bep 7297
* testing: Write test caches to /tmp 16da1ade7 bep 11327
* Add retry in resources.GetRemote for temporary HTTP errors a3d42a277 bep 11312
Dependency Updates
* build(deps): bump golang.org/x/net from 0.13.0 to 0.14.0 0de81c643 dependabot[bot]
* build(deps): bump golang.org/x/image from 0.10.0 to 0.11.0 d4a6c16c1 dependabot[bot]
* deps: Sync go-i18n with upstream 2e6191b2e bep 11336
* build(deps): bump gocloud.dev from 0.24.0 to 0.33.0 2c20fd557 dependabot[bot]
* build(deps): bump golang.org/x/net from 0.11.0 to 0.13.0 243736e75 dependabot[bot]
* build(deps): bump github.com/marekm4/color-extractor from 1.2.0 to 1.2.1 bf891c225 dependabot[bot]
* build(deps): bump github.com/frankban/quicktest from 1.14.5 to 1.14.6 da0df0ada dependabot[bot]
* build(deps): bump golang.org/x/image from 0.9.0 to 0.10.0 0885f8ec2 dependabot[bot]
* build(deps): bump github.com/clbanning/mxj/v2 from 2.5.7 to 2.7.0 61be050a9 dependabot[bot]
* build(deps): bump golang.org/x/tools from 0.9.3 to 0.11.1 65af75fb0 dependabot[bot]
* build(deps): bump go.uber.org/automaxprocs from 1.5.2 to 1.5.3 2d75f74b8 dependabot[bot]
* build(deps): bump github.com/hairyhenderson/go-codeowners 2ac3d6160 dependabot[bot]
* build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.8 to 2.0.9 9dce45c25 dependabot[bot]
Documentation
* Update GitHub issue template 8fa8ce3e4 jmooring
* Add all config to docshelper.json 851bf3515 bep 11328