DenMette Setup Hugo
Version updated for https://github.com/denmette/actions-hugo to version v1.0.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action provides a streamlined solution for setting up the Hugo static site generator in GitHub Actions workflows, supporting the Hugo Extended version, Hugo Modules, and the latest Hugo releases across Linux, macOS, and Windows environments. It eliminates the need for Docker images, significantly reducing setup time, and facilitates tasks like caching Hugo modules and automating deployments. This action is a maintained fork of peaceiris/actions-hugo, offering faster execution and enhanced functionality for automating Hugo-based projects.
What’s Changed
What’s Changed
- chore: fix the first problem by @denmette in https://github.com/denmette/actions-hugo/pull/38
- feat: Upgrade runtime dependencies and remove deprecated fetch usage by @denmette in https://github.com/denmette/actions-hugo/pull/39
- feat: Upgrade the TypeScript and linting toolchain by @denmette in https://github.com/denmette/actions-hugo/pull/40
- feat: Upgrade the Jest test stack and stabilize mocks by @denmette in https://github.com/denmette/actions-hugo/pull/41
- feat: Regenerate generated artifacts and align CI with the upgraded dependency set by @denmette in https://github.com/denmette/actions-hugo/pull/42
- feat : Define the repository-level Renovate policy and grouping rules by @denmette in https://github.com/denmette/actions-hugo/pull/43
- feat: Group GitHub Actions workflow update PRs in Renovate by @denmette in https://github.com/denmette/actions-hugo/pull/44
- feat: Group npm tooling and test-stack update PRs in Renovate by @denmette in https://github.com/denmette/actions-hugo/pull/45
- chore: Define how to handle stale and superseded Renovate PRs by @denmette in https://github.com/denmette/actions-hugo/pull/46
- ci(workflows): clean up repository automation by @denmette in https://github.com/denmette/actions-hugo/pull/47
- ci: Enforce conventional commit style for pull requests by @denmette in https://github.com/denmette/actions-hugo/pull/48
- docs(backlog): mark task-0001 in progress by @denmette in https://github.com/denmette/actions-hugo/pull/49
- feat: Migrate the action to the newer ESM-oriented by @denmette in https://github.com/denmette/actions-hugo/pull/50
- feat: Upgrade the deprecated ESLint 7 line and remove transitive deprecation warnings by @denmette in https://github.com/denmette/actions-hugo/pull/51
- feat: Convert remaining hand-written JavaScript support files to TypeScript where practical by @denmette in https://github.com/denmette/actions-hugo/pull/52
- feat: update dependencies by @denmette in https://github.com/denmette/actions-hugo/pull/53
- chore(deps): remove noisy audit overrides by @denmette in https://github.com/denmette/actions-hugo/pull/54
- docs(metadata): align fork maintainer references by @denmette in https://github.com/denmette/actions-hugo/pull/55
- test(jest): harden actions toolkit resolution by @denmette in https://github.com/denmette/actions-hugo/pull/56
- test(vitest): migrate from jest by @denmette in https://github.com/denmette/actions-hugo/pull/57
- docs(readme): align fork usage guidance by @denmette in https://github.com/denmette/actions-hugo/pull/58
- ci(node24): migrate action runtime and workflows by @denmette in https://github.com/denmette/actions-hugo/pull/59
- docs(renovate): classify stale update branches by @denmette in https://github.com/denmette/actions-hugo/pull/60
- ci(node24): replace legacy third-party actions by @denmette in https://github.com/denmette/actions-hugo/pull/61
- ci: change to semantic release by @denmette in https://github.com/denmette/actions-hugo/pull/62
- ci(workflows): stabilize scheduled smoke coverage by @denmette in https://github.com/denmette/actions-hugo/pull/63
- fix(runtime): resolve current Hugo release assets by @denmette in https://github.com/denmette/actions-hugo/pull/64
- docs(issue-templates): align maintainer routing by @denmette in https://github.com/denmette/actions-hugo/pull/65
- docs(backlog): close task-14 by @denmette in https://github.com/denmette/actions-hugo/pull/66
- chore(format): upgrade eslint and prettier by @denmette in https://github.com/denmette/actions-hugo/pull/67
- test(deps): remove deprecated glob path by @denmette in https://github.com/denmette/actions-hugo/pull/68
- chore(tooling): upgrade typescript and husky by @denmette in https://github.com/denmette/actions-hugo/pull/69
- ci(workflows): align action versions by @denmette in https://github.com/denmette/actions-hugo/pull/70
- fix(hooks): harden post-merge dependency refresh by @denmette in https://github.com/denmette/actions-hugo/pull/71
- ci(workflows): align Hugo compatibility matrix by @denmette in https://github.com/denmette/actions-hugo/pull/72
- ci(workflows): force dependency review onto node24 by @denmette in https://github.com/denmette/actions-hugo/pull/73
- test(fixtures): refresh Hugo test version coverage by @denmette in https://github.com/denmette/actions-hugo/pull/74
- ci(security): add workflow sast coverage by @denmette in https://github.com/denmette/actions-hugo/pull/75
New Contributors
- @denmette made their first contribution in https://github.com/denmette/actions-hugo/pull/38
Full Changelog: https://github.com/denmette/actions-hugo/commits/v1.0.0
What’s Changed
- chore: fix the first problem by @denmette in https://github.com/denmette/actions-hugo/pull/38
- feat: Upgrade runtime dependencies and remove deprecated fetch usage by @denmette in https://github.com/denmette/actions-hugo/pull/39
- feat: Upgrade the TypeScript and linting toolchain by @denmette in https://github.com/denmette/actions-hugo/pull/40
- feat: Upgrade the Jest test stack and stabilize mocks by @denmette in https://github.com/denmette/actions-hugo/pull/41
- feat: Regenerate generated artifacts and align CI with the upgraded dependency set by @denmette in https://github.com/denmette/actions-hugo/pull/42
- feat : Define the repository-level Renovate policy and grouping rules by @denmette in https://github.com/denmette/actions-hugo/pull/43
- feat: Group GitHub Actions workflow update PRs in Renovate by @denmette in https://github.com/denmette/actions-hugo/pull/44
- feat: Group npm tooling and test-stack update PRs in Renovate by @denmette in https://github.com/denmette/actions-hugo/pull/45
- chore: Define how to handle stale and superseded Renovate PRs by @denmette in https://github.com/denmette/actions-hugo/pull/46
- ci(workflows): clean up repository automation by @denmette in https://github.com/denmette/actions-hugo/pull/47
- ci: Enforce conventional commit style for pull requests by @denmette in https://github.com/denmette/actions-hugo/pull/48
- docs(backlog): mark task-0001 in progress by @denmette in https://github.com/denmette/actions-hugo/pull/49
- feat: Migrate the action to the newer ESM-oriented by @denmette in https://github.com/denmette/actions-hugo/pull/50
- feat: Upgrade the deprecated ESLint 7 line and remove transitive deprecation warnings by @denmette in https://github.com/denmette/actions-hugo/pull/51
- feat: Convert remaining hand-written JavaScript support files to TypeScript where practical by @denmette in https://github.com/denmette/actions-hugo/pull/52
- feat: update dependencies by @denmette in https://github.com/denmette/actions-hugo/pull/53
- chore(deps): remove noisy audit overrides by @denmette in https://github.com/denmette/actions-hugo/pull/54
- docs(metadata): align fork maintainer references by @denmette in https://github.com/denmette/actions-hugo/pull/55
- test(jest): harden actions toolkit resolution by @denmette in https://github.com/denmette/actions-hugo/pull/56
- test(vitest): migrate from jest by @denmette in https://github.com/denmette/actions-hugo/pull/57
- docs(readme): align fork usage guidance by @denmette in https://github.com/denmette/actions-hugo/pull/58
- ci(node24): migrate action runtime and workflows by @denmette in https://github.com/denmette/actions-hugo/pull/59
- docs(renovate): classify stale update branches by @denmette in https://github.com/denmette/actions-hugo/pull/60
- ci(node24): replace legacy third-party actions by @denmette in https://github.com/denmette/actions-hugo/pull/61
- ci: change to semantic release by @denmette in https://github.com/denmette/actions-hugo/pull/62
- ci(workflows): stabilize scheduled smoke coverage by @denmette in https://github.com/denmette/actions-hugo/pull/63
- fix(runtime): resolve current Hugo release assets by @denmette in https://github.com/denmette/actions-hugo/pull/64
- docs(issue-templates): align maintainer routing by @denmette in https://github.com/denmette/actions-hugo/pull/65
- docs(backlog): close task-14 by @denmette in https://github.com/denmette/actions-hugo/pull/66
- chore(format): upgrade eslint and prettier by @denmette in https://github.com/denmette/actions-hugo/pull/67
- test(deps): remove deprecated glob path by @denmette in https://github.com/denmette/actions-hugo/pull/68
- chore(tooling): upgrade typescript and husky by @denmette in https://github.com/denmette/actions-hugo/pull/69
- ci(workflows): align action versions by @denmette in https://github.com/denmette/actions-hugo/pull/70
- fix(hooks): harden post-merge dependency refresh by @denmette in https://github.com/denmette/actions-hugo/pull/71
- ci(workflows): align Hugo compatibility matrix by @denmette in https://github.com/denmette/actions-hugo/pull/72
- ci(workflows): force dependency review onto node24 by @denmette in https://github.com/denmette/actions-hugo/pull/73
- test(fixtures): refresh Hugo test version coverage by @denmette in https://github.com/denmette/actions-hugo/pull/74
- ci(security): add workflow sast coverage by @denmette in https://github.com/denmette/actions-hugo/pull/75
New Contributors
- @denmette made their first contribution in https://github.com/denmette/actions-hugo/pull/38
Full Changelog: https://github.com/denmette/actions-hugo/commits/v1.0.0