https://www.puppet.com/community logo
Join Slack
Powered by
# module-bots
  • g

    GitHub

    08/13/2025, 12:33 PM
    #196 Release 7.0.0 Pull request opened by bastelfreak voxpupuli/puppet-syntax
    • 1
    • 1
  • g

    GitHub

    08/13/2025, 1:18 PM
    2 new commits pushed to
    <https://github.com/voxpupuli/puppet-syntax/tree/master|master>
    by bastelfreak
    <https://github.com/voxpupuli/puppet-syntax/commit/5e2604156234445781d0a6be767152afbffce784|5e260415>
    - Release 7.0.0
    <https://github.com/voxpupuli/puppet-syntax/commit/b86005eccb1f7fb166374cad3a90b0b2a74b525a|b86005ec>
    - Merge pull request #196 from bastelfreak/rel700 voxpupuli/puppet-syntax
  • g

    GitHub

    08/13/2025, 1:19 PM
    Deployment to release by bastelfreak voxpupuli/puppet-syntax
  • g

    GitHub

    08/13/2025, 1:19 PM
    Release - v7.0.0 New release published by github-actions[bot] ## What's Changed ### Breaking Changes 🛠️ • Require Ruby >= 3.1 by @bastelfreak in #186 • Require Ruby 3.2 / OpenVox 8 by @bastelfreak in #195 ### New Features 🎉 • CI: Use Vox Pupuli release defaults by @bastelfreak in #194 Full Changelog: v6.0.0...v7.0.0 voxpupuli/puppet-syntax
  • g

    GitHub

    08/13/2025, 2:11 PM
    #197 Update Hiera key regex to Puppet supported values Pull request opened by rridge532 This pull request updates the regular expression for Hiera keys to follow the latest Puppet 8 documentation on variable names. This regular expression is also consistent with the Puppet 7 documentation on variable names. To avoid complexity and allow for some niche cases where Hiera can contain non-namespaced variable names (for use in lookup functions), I combined the 2 regular expressions found in the documentation. I have not been able to perform any integration testing as I don't have a great environment setup that will allow for that. I did add/adjust additional unit tests to account for the change in regular expression Closes #193 voxpupuli/puppet-syntax
    • 1
    • 2
  • k

    kenyon

    08/13/2025, 7:56 PM
    @kenyon has left the channel
  • g

    GitHub

    08/14/2025, 9:39 AM
    6 new commits pushed to
    <https://github.com/voxpupuli/puppet-syntax/tree/master|master>
    by bastelfreak
    <https://github.com/voxpupuli/puppet-syntax/commit/d7c2ab0191a1aad3023e3098338b18ca7207a35c|d7c2ab01>
    - adapt puppet variable regex for hiera keys
    <https://github.com/voxpupuli/puppet-syntax/commit/41e8eb818474b6074b4078bd845a74064640d2af|41e8eb81>
    - fix typo
    <https://github.com/voxpupuli/puppet-syntax/commit/8937dd4888b806a10b2965bf9c23d7654c575015|8937dd48>
    - add some unit tests
    <https://github.com/voxpupuli/puppet-syntax/commit/31b1e5657d2878fa0158fc2eb1f7beb4750c6f2b|31b1e565>
    - add tests, split key and value tests
    <https://github.com/voxpupuli/puppet-syntax/commit/62231ae070e6253497d07856ae99129fe3e56e8c|62231ae0>
    - fix warning check
    <https://github.com/voxpupuli/puppet-syntax/commit/b3b370945866a8ea56b9603adf37af23753181cd|b3b37094>
    - Merge pull request #197 from rridge532/master voxpupuli/puppet-syntax
  • g

    GitHub

    08/14/2025, 9:41 AM
    #198 Release 7.0.1 Pull request opened by bastelfreak voxpupuli/puppet-syntax
    • 1
    • 1
  • g

    GitHub

    08/14/2025, 11:30 AM
    2 new commits pushed to
    <https://github.com/voxpupuli/puppet-syntax/tree/master|master>
    by bastelfreak
    <https://github.com/voxpupuli/puppet-syntax/commit/066418bd09399e70cef288a4ec188a40f8e66da3|066418bd>
    - Release 7.0.1
    <https://github.com/voxpupuli/puppet-syntax/commit/8e170851417f7fd21b03bf0f18ba200469229ef2|8e170851>
    - Merge pull request #198 from bastelfreak/rel701 voxpupuli/puppet-syntax
  • g

    GitHub

    08/14/2025, 11:31 AM
    Deployment to release by bastelfreak voxpupuli/puppet-syntax
  • g

    GitHub

    08/14/2025, 11:31 AM
    Release - v7.0.1 New release published by github-actions[bot] ## What's Changed ### Bug Fixes 🐛 • Update Hiera key regex to Puppet supported values by @rridge532 in #197 ## New Contributors • @rridge532 made their first contribution in #197 Full Changelog: v7.0.0...v7.0.1 voxpupuli/puppet-syntax
  • g

    GitHub

    10/03/2025, 1:02 PM
    #169 Update voxpupuli-rubocop requirement from ~&gt; 4.2.0 to ~&gt; 5.0.0 Pull request opened by dependabot[bot] Updates the requirements on voxpupuli-rubocop to permit the latest version. Release notes Sourced from voxpupuli-rubocop's releases.
    ## v5.0.0
    ## What's Changed
    ### Breaking Changes 🛠️
    • Require Ruby 3.2+ by `@​bastelfreak` in voxpupuli/voxpupuli-rubocop#92
    Full Changelog: voxpupuli/voxpupuli-rubocop@v4.3.0...v5.0.0
    Changelog Sourced from voxpupuli-rubocop's changelog.
    ## 5.0.0 (2025-10-02)
    Full Changelog
    Breaking changes:
    • Require Ruby 3.2+ #92 (bastelfreak)
    ## v4.3.0 (2025-10-02)
    Full Changelog
    Implemented enhancements:
    • rubocop-rspec: Require 3.7 #89 (bastelfreak)
    • rubocop-performance: Require 1.26 #88 (bastelfreak)
    • rubocop: Require 1.81 #87 (bastelfreak)
    ## v4.2.0 (2025-08-07)
    Full Changelog
    Implemented enhancements:
    • rubocop: Update 1.75.2->1.79.2 #84 (bastelfreak)
    • Add CI workflow and set token permissions #83 (bastelfreak)
    • RSpec/MultipleExpectations: Disable the cop #82 (bastelfreak)
    ## v4.1.0 (2025-05-28)
    Full Changelog
    Implemented enhancements:
    • rubocop-rspec: Update 3.5.0->3.6.0 #80 (bastelfreak)
    ## v4.0.0 (2025-05-05)
    Full Changelog
    Breaking changes:
    • Bump target Ruby version from 2.7->3.1 #78 (bastelfreak)
    ## v3.1.0 (2025-04-16)
    Full Changelog
    Implemented enhancements:
    ... (truncated) Commits • `cc22fd1` Merge pull request #93 from bastelfreak/rel500 • `d259090` Release 5.0.0 • `24a5794` Merge pull request #92 from bastelfreak/ruby322 • `242d5fe` Require Ruby 3.2+ • `6c32270` Merge pull request #91 from bastelfreak/rel430 • `39eac51` Merge pull request #90 from bastelfreak/release • `af4aaf7` Release 4.3.0 • `68384c7` Add Vox Pupuli release defaults • `ee8d1fd` Merge pull request #89 from bastelfreak/rubocop-rspec2 • `941e59a` rubocop-rspec: Require 3.7 • Additional commits viewable in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
    @dependabot rebase
    . --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: •
    @dependabot rebase
    will rebase this PR •
    @dependabot recreate
    will recreate this PR, overwriting any edits that have been made to it •
    @dependabot merge
    will merge this PR after your CI passes on it •
    @dependabot squash and merge
    will squash and merge this PR after your CI passes on it •
    @dependabot cancel merge
    will cancel a previously requested merge and block automerging •
    @dependabot reopen
    will reopen this PR if it is closed •
    @dependabot close
    will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually •
    @dependabot show <dependency name> ignore conditions
    will show all of the ignore conditions of the specified dependency •
    @dependabot ignore this major version
    will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) •
    @dependabot ignore this minor version
    will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) •
    @dependabot ignore this dependency
    will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) voxpupuli/metadata-json-lint
    • 1
    • 1
  • g

    GitHub

    10/03/2025, 1:06 PM
    #199 Update voxpupuli-rubocop requirement from ~&gt; 4.2.0 to ~&gt; 5.0.0 Pull request opened by dependabot[bot] Updates the requirements on voxpupuli-rubocop to permit the latest version. Release notes Sourced from voxpupuli-rubocop's releases.
    ## v5.0.0
    ## What's Changed
    ### Breaking Changes 🛠️
    • Require Ruby 3.2+ by `@​bastelfreak` in voxpupuli/voxpupuli-rubocop#92
    Full Changelog: voxpupuli/voxpupuli-rubocop@v4.3.0...v5.0.0
    Changelog Sourced from voxpupuli-rubocop's changelog.
    ## 5.0.0 (2025-10-02)
    Full Changelog
    Breaking changes:
    • Require Ruby 3.2+ #92 (bastelfreak)
    ## v4.3.0 (2025-10-02)
    Full Changelog
    Implemented enhancements:
    • rubocop-rspec: Require 3.7 #89 (bastelfreak)
    • rubocop-performance: Require 1.26 #88 (bastelfreak)
    • rubocop: Require 1.81 #87 (bastelfreak)
    ## v4.2.0 (2025-08-07)
    Full Changelog
    Implemented enhancements:
    • rubocop: Update 1.75.2->1.79.2 #84 (bastelfreak)
    • Add CI workflow and set token permissions #83 (bastelfreak)
    • RSpec/MultipleExpectations: Disable the cop #82 (bastelfreak)
    ## v4.1.0 (2025-05-28)
    Full Changelog
    Implemented enhancements:
    • rubocop-rspec: Update 3.5.0->3.6.0 #80 (bastelfreak)
    ## v4.0.0 (2025-05-05)
    Full Changelog
    Breaking changes:
    • Bump target Ruby version from 2.7->3.1 #78 (bastelfreak)
    ## v3.1.0 (2025-04-16)
    Full Changelog
    Implemented enhancements:
    ... (truncated) Commits • `cc22fd1` Merge pull request #93 from bastelfreak/rel500 • `d259090` Release 5.0.0 • `24a5794` Merge pull request #92 from bastelfreak/ruby322 • `242d5fe` Require Ruby 3.2+ • `6c32270` Merge pull request #91 from bastelfreak/rel430 • `39eac51` Merge pull request #90 from bastelfreak/release • `af4aaf7` Release 4.3.0 • `68384c7` Add Vox Pupuli release defaults • `ee8d1fd` Merge pull request #89 from bastelfreak/rubocop-rspec2 • `941e59a` rubocop-rspec: Require 3.7 • Additional commits viewable in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
    @dependabot rebase
    . --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: •
    @dependabot rebase
    will rebase this PR •
    @dependabot recreate
    will recreate this PR, overwriting any edits that have been made to it •
    @dependabot merge
    will merge this PR after your CI passes on it •
    @dependabot squash and merge
    will squash and merge this PR after your CI passes on it •
    @dependabot cancel merge
    will cancel a previously requested merge and block automerging •
    @dependabot reopen
    will reopen this PR if it is closed •
    @dependabot close
    will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually •
    @dependabot show <dependency name> ignore conditions
    will show all of the ignore conditions of the specified dependency •
    @dependabot ignore this major version
    will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) •
    @dependabot ignore this minor version
    will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) •
    @dependabot ignore this dependency
    will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) voxpupuli/puppet-syntax
    • 1
    • 1
  • g

    GitHub

    10/14/2025, 3:47 PM
    #200 Current textdomain ("master_domain") was not added, use FastGettext.add_text_domain ! Issue created by markeganfuller ## Issue I've found and issue with gettext and heredocs in voxbox validate when it attempts to validate Puppet manifests. e.g. $ docker run --rm -it -v "./repoZ" ghcr.io/voxpupuli/voxbox:8 -f /Rakefile validate ... ---> syntax:manifests Current textdomain ("master_domain") was not added, use FastGettext.add_text_domain ! The issue seems to be caused by
    gettext-setup
    which adds its own default domain
    master_domain
    that overrides the puppet domain
    default-text-domain
    as the default domain. When we call
    Puppet::Test::TestHelper.after_each_test
    in lib/puppet-syntax/manifests.rb it deletes the domain
    master_domain
    but doesn't update the
    FastGettext.default_text_domain
    Not sure why it only triggers with a heredoc (special actions around heredocs and gettext maybe?) ## Workaround I'm not sure what the best fix is for this, one option is adding Puppet::GettextConfig.delete_all_text_domains Puppet::GettextConfig.create_default_text_domain into lib/puppet-syntax/manifests.rb so it resets the domains to how puppet expects them to be. This is what I've done with
    sed
    temporarily internally. ## Reproduction GHA Example: https://github.com/markeganfuller/openvox_textdomain_issue/actions/runs/18281701359/job/52046188764 #### Example code
    manifests/init.pp
    # Don't need anything here class example () { }
    manifests/log.pp
    # The bit that breaks class example::log () { $example_config = @(EXAMPLE) example here doc | EXAMPLE } Command docker run --rm -it -v "./repoZ" ghcr.io/voxpupuli/voxbox:8 -f /Rakefile validate voxpupuli/puppet-syntax
  • g

    GitHub

    10/23/2025, 9:31 AM
    2 new commits pushed to
    <https://github.com/voxpupuli/puppet-syntax/tree/master|master>
    by bastelfreak
    <https://github.com/voxpupuli/puppet-syntax/commit/8efd4969e883930fe82481c483833640de432ce5|8efd4969>
    - Update voxpupuli-rubocop requirement from ~> 4.2.0 to ~> 5.0.0
    <https://github.com/voxpupuli/puppet-syntax/commit/b5e6c9f60c0a08b928b225b8f2b6d8df74bedc38|b5e6c9f6>
    - Merge pull request #199 from voxpupuli/dependabot/bundler/voxpupuli-rubocop-tw-5.0.0 voxpupuli/puppet-syntax
  • g

    GitHub

    10/23/2025, 10:02 AM
    2 new commits pushed to
    <https://github.com/voxpupuli/metadata-json-lint/tree/master|master>
    by bastelfreak
    <https://github.com/voxpupuli/metadata-json-lint/commit/d6c9688b270e19846b4c181061d9b8d019f1b96a|d6c9688b>
    - Update voxpupuli-rubocop requirement from ~> 4.2.0 to ~> 5.0.0
    <https://github.com/voxpupuli/metadata-json-lint/commit/6bc9c7f15313e15f64df67a15d7bf46934a6fdb3|6bc9c7f1>
    - Merge pull request #169 from voxpupuli/dependabot/bundler/voxpupuli-rubocop-tw-5.0.0 voxpupuli/metadata-json-lint
  • g

    GitHub

    10/27/2025, 1:35 PM
    #201 Bump actions/upload-artifact from 4 to 5 Pull request opened by dependabot[bot] Bumps actions/upload-artifact from 4 to 5. Release notes Sourced from actions/upload-artifact's releases.
    ## v5.0.0
    ## What's Changed
    BREAKING CHANGE: this update supports Node
    v24.x
    . This is not a breaking change per-se but we're treating it as such.
    • Update README.md by `@​GhadimiR` in actions/upload-artifact#681
    • Update README.md by `@​nebuk89` in actions/upload-artifact#712
    • Readme: spell out the first use of GHES by `@​danwkennedy` in actions/upload-artifact#727
    • Update GHES guidance to include reference to Node 20 version by `@​patrikpolyak` in actions/upload-artifact#725
    • Bump
    @actions/artifact
    to
    v4.0.0
    • Prepare
    v5.0.0
    by `@​danwkennedy` in actions/upload-artifact#734
    ## New Contributors
    • `@​GhadimiR` made their first contribution in actions/upload-artifact#681
    • `@​nebuk89` made their first contribution in actions/upload-artifact#712
    • `@​danwkennedy` made their first contribution in actions/upload-artifact#727
    • `@​patrikpolyak` made their first contribution in actions/upload-artifact#725
    Full Changelog: actions/upload-artifact@v4...v5.0.0
    ## v4.6.2
    ## What's Changed
    • Update to use artifact 2.3.2 package & prepare for new upload-artifact release by `@​salmanmkc` in actions/upload-artifact#685
    ## New Contributors
    • `@​salmanmkc` made their first contribution in actions/upload-artifact#685
    Full Changelog: actions/upload-artifact@v4...v4.6.2
    ## v4.6.1
    ## What's Changed
    • Update to use artifact 2.2.2 package by `@​yacaovsnc` in actions/upload-artifact#673
    Full Changelog: actions/upload-artifact@v4...v4.6.1
    ## v4.6.0
    ## What's Changed
    • Expose env vars to control concurrency and timeout by `@​yacaovsnc` in actions/upload-artifact#662
    Full Changelog: actions/upload-artifact@v4...v4.6.0
    ## v4.5.0
    ## What's Changed
    • fix: deprecated
    Node.js
    version in action by `@​hamirmahal` in actions/upload-artifact#578
    • Add new
    artifact-digest
    output by `@​bdehamer` in actions/upload-artifact#656
    ## New Contributors
    • `@​hamirmahal` made their first contribution in actions/upload-artifact#578
    ... (truncated) Commits • `330a01c` Merge pull request #734 from actions/danwkennedy/prepare-5.0.0 • `03f2824` Update
    github.dep.yml
    • `905a1ec` Prepare
    v5.0.0
    • `2d9f9cd` Merge pull request #725 from patrikpolyak/patch-1 • `9687587` Merge branch 'main' into patch-1 • `2848b2c` Merge pull request #727 from danwkennedy/patch-1 • `9b51177` Spell out the first use of GHES • `cd231ca` Update GHES guidance to include reference to Node 20 version • `de65e23` Merge pull request #712 from actions/nebuk89-patch-1 • `8747d8c` Update README.md • Additional commits viewable in compare view [Dependabot compatibility score](https://camo.githubusercontent.com/42a85296d2da4df53c181c05c1dcdc6e3ec9c142a2f8404fadc4fd524d43ed31/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d616374696f6e732f75706c6f61642d6172746966616374267061636b6167652d6d616e616765723d6769746875625f616374696f6e732670726576696f75732d76657273696f6e3d34266e65772d76657273696f6e3d35) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
    @dependabot rebase
    . --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: •
    @dependabot rebase
    will rebase this PR •
    @dependabot recreate
    will recreate this PR, overwriting any edits that have been made to it •
    @dependabot merge
    will merge this PR after your CI passes on it •
    @dependabot squash and merge
    will squash and merge this PR after your CI passes on it •
    @dependabot cancel merge
    will cancel a previously requested merge and block automerging •
    @dependabot reopen
    will reopen this PR if it is closed •
    @dependabot close
    will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually •
    @dependabot show <dependency name> ignore conditions
    will show all of the ignore conditions of the specified dependency •
    @dependabot ignore this major version
    will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) •
    @dependabot ignore this minor version
    will close this PR and stop Dependabot creating any more for this minor version (unless you reopen… voxpupuli/puppet-syntax
    • 1
    • 1
  • g

    GitHub

    10/27/2025, 1:58 PM
    #170 Bump actions/upload-artifact from 4 to 5 Pull request opened by dependabot[bot] Bumps actions/upload-artifact from 4 to 5. Release notes Sourced from actions/upload-artifact's releases.
    ## v5.0.0
    ## What's Changed
    BREAKING CHANGE: this update supports Node
    v24.x
    . This is not a breaking change per-se but we're treating it as such.
    • Update README.md by `@​GhadimiR` in actions/upload-artifact#681
    • Update README.md by `@​nebuk89` in actions/upload-artifact#712
    • Readme: spell out the first use of GHES by `@​danwkennedy` in actions/upload-artifact#727
    • Update GHES guidance to include reference to Node 20 version by `@​patrikpolyak` in actions/upload-artifact#725
    • Bump
    @actions/artifact
    to
    v4.0.0
    • Prepare
    v5.0.0
    by `@​danwkennedy` in actions/upload-artifact#734
    ## New Contributors
    • `@​GhadimiR` made their first contribution in actions/upload-artifact#681
    • `@​nebuk89` made their first contribution in actions/upload-artifact#712
    • `@​danwkennedy` made their first contribution in actions/upload-artifact#727
    • `@​patrikpolyak` made their first contribution in actions/upload-artifact#725
    Full Changelog: actions/upload-artifact@v4...v5.0.0
    ## v4.6.2
    ## What's Changed
    • Update to use artifact 2.3.2 package & prepare for new upload-artifact release by `@​salmanmkc` in actions/upload-artifact#685
    ## New Contributors
    • `@​salmanmkc` made their first contribution in actions/upload-artifact#685
    Full Changelog: actions/upload-artifact@v4...v4.6.2
    ## v4.6.1
    ## What's Changed
    • Update to use artifact 2.2.2 package by `@​yacaovsnc` in actions/upload-artifact#673
    Full Changelog: actions/upload-artifact@v4...v4.6.1
    ## v4.6.0
    ## What's Changed
    • Expose env vars to control concurrency and timeout by `@​yacaovsnc` in actions/upload-artifact#662
    Full Changelog: actions/upload-artifact@v4...v4.6.0
    ## v4.5.0
    ## What's Changed
    • fix: deprecated
    Node.js
    version in action by `@​hamirmahal` in actions/upload-artifact#578
    • Add new
    artifact-digest
    output by `@​bdehamer` in actions/upload-artifact#656
    ## New Contributors
    • `@​hamirmahal` made their first contribution in actions/upload-artifact#578
    ... (truncated) Commits • `330a01c` Merge pull request #734 from actions/danwkennedy/prepare-5.0.0 • `03f2824` Update
    github.dep.yml
    • `905a1ec` Prepare
    v5.0.0
    • `2d9f9cd` Merge pull request #725 from patrikpolyak/patch-1 • `9687587` Merge branch 'main' into patch-1 • `2848b2c` Merge pull request #727 from danwkennedy/patch-1 • `9b51177` Spell out the first use of GHES • `cd231ca` Update GHES guidance to include reference to Node 20 version • `de65e23` Merge pull request #712 from actions/nebuk89-patch-1 • `8747d8c` Update README.md • Additional commits viewable in compare view [Dependabot compatibility score](https://camo.githubusercontent.com/42a85296d2da4df53c181c05c1dcdc6e3ec9c142a2f8404fadc4fd524d43ed31/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d616374696f6e732f75706c6f61642d6172746966616374267061636b6167652d6d616e616765723d6769746875625f616374696f6e732670726576696f75732d76657273696f6e3d34266e65772d76657273696f6e3d35) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
    @dependabot rebase
    . --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: •
    @dependabot rebase
    will rebase this PR •
    @dependabot recreate
    will recreate this PR, overwriting any edits that have been made to it •
    @dependabot merge
    will merge this PR after your CI passes on it •
    @dependabot squash and merge
    will squash and merge this PR after your CI passes on it •
    @dependabot cancel merge
    will cancel a previously requested merge and block automerging •
    @dependabot reopen
    will reopen this PR if it is closed •
    @dependabot close
    will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually •
    @dependabot show <dependency name> ignore conditions
    will show all of the ignore conditions of the specified dependency •
    @dependabot ignore this major version
    will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) •
    @dependabot ignore this minor version
    will close this PR and stop Dependabot creating any more for this minor version (unless you reopen… voxpupuli/metadata-json-lint
    • 1
    • 1
  • g

    GitHub

    10/27/2025, 1:58 PM
    #171 Bump actions/download-artifact from 5 to 6 Pull request opened by dependabot[bot] Bumps actions/download-artifact from 5 to 6. Release notes Sourced from actions/download-artifact's releases.
    ## v6.0.0
    ## What's Changed
    BREAKING CHANGE: this update supports Node
    v24.x
    . This is not a breaking change per-se but we're treating it as such.
    • Update README for download-artifact v5 changes by `@​yacaovsnc` in actions/download-artifact#417
    • Update README with artifact extraction details by `@​yacaovsnc` in actions/download-artifact#424
    • Readme: spell out the first use of GHES by `@​danwkennedy` in actions/download-artifact#431
    • Bump
    @actions/artifact
    to
    v4.0.0
    • Prepare
    v6.0.0
    by `@​danwkennedy` in actions/download-artifact#438
    ## New Contributors
    • `@​danwkennedy` made their first contribution in actions/download-artifact#431
    Full Changelog: actions/download-artifact@v5...v6.0.0
    Commits • `018cc2c` Merge pull request #438 from actions/danwkennedy/prepare-6.0.0 • `815651c` Revert "Remove `github.dep.yml`" • `bb3a066` Remove
    github.dep.yml
    • `fa1ce46` Prepare
    v6.0.0
    • `4a24838` Merge pull request #431 from danwkennedy/patch-1 • `5e3251c` Readme: spell out the first use of GHES • `abefc31` Merge pull request #424 from actions/yacaovsnc/update_readme • `ac43a60` Update README with artifact extraction details • `de96f46` Merge pull request #417 from actions/yacaovsnc/update_readme • `7993cb4` Remove migration guide for artifact download changes • Additional commits viewable in compare view [Dependabot compatibility score](https://camo.githubusercontent.com/d13c3f90bdc33857e5234eb4fbe590d4d8c79acae9bb8f2841f80348c98dbe4b/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d616374696f6e732f646f776e6c6f61642d6172746966616374267061636b6167652d6d616e616765723d6769746875625f616374696f6e732670726576696f75732d76657273696f6e3d35266e65772d76657273696f6e3d36) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
    @dependabot rebase
    . --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: •
    @dependabot rebase
    will rebase this PR •
    @dependabot recreate
    will recreate this PR, overwriting any edits that have been made to it •
    @dependabot merge
    will merge this PR after your CI passes on it •
    @dependabot squash and merge
    will squash and merge this PR after your CI passes on it •
    @dependabot cancel merge
    will cancel a previously requested merge and block automerging •
    @dependabot reopen
    will reopen this PR if it is closed •
    @dependabot close
    will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually •
    @dependabot show <dependency name> ignore conditions
    will show all of the ignore conditions of the specified dependency •
    @dependabot ignore this major version
    will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) •
    @dependabot ignore this minor version
    will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) •
    @dependabot ignore this dependency
    will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) voxpupuli/metadata-json-lint
    • 1
    • 1
  • g

    GitHub

    10/27/2025, 2:28 PM
    #202 Bump actions/download-artifact from 5 to 6 Pull request opened by dependabot[bot] Bumps actions/download-artifact from 5 to 6. Release notes Sourced from actions/download-artifact's releases.
    ## v6.0.0
    ## What's Changed
    BREAKING CHANGE: this update supports Node
    v24.x
    . This is not a breaking change per-se but we're treating it as such.
    • Update README for download-artifact v5 changes by `@​yacaovsnc` in actions/download-artifact#417
    • Update README with artifact extraction details by `@​yacaovsnc` in actions/download-artifact#424
    • Readme: spell out the first use of GHES by `@​danwkennedy` in actions/download-artifact#431
    • Bump
    @actions/artifact
    to
    v4.0.0
    • Prepare
    v6.0.0
    by `@​danwkennedy` in actions/download-artifact#438
    ## New Contributors
    • `@​danwkennedy` made their first contribution in actions/download-artifact#431
    Full Changelog: actions/download-artifact@v5...v6.0.0
    Commits • `018cc2c` Merge pull request #438 from actions/danwkennedy/prepare-6.0.0 • `815651c` Revert "Remove `github.dep.yml`" • `bb3a066` Remove
    github.dep.yml
    • `fa1ce46` Prepare
    v6.0.0
    • `4a24838` Merge pull request #431 from danwkennedy/patch-1 • `5e3251c` Readme: spell out the first use of GHES • `abefc31` Merge pull request #424 from actions/yacaovsnc/update_readme • `ac43a60` Update README with artifact extraction details • `de96f46` Merge pull request #417 from actions/yacaovsnc/update_readme • `7993cb4` Remove migration guide for artifact download changes • Additional commits viewable in compare view [Dependabot compatibility score](https://camo.githubusercontent.com/d13c3f90bdc33857e5234eb4fbe590d4d8c79acae9bb8f2841f80348c98dbe4b/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d616374696f6e732f646f776e6c6f61642d6172746966616374267061636b6167652d6d616e616765723d6769746875625f616374696f6e732670726576696f75732d76657273696f6e3d35266e65772d76657273696f6e3d36) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
    @dependabot rebase
    . --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: •
    @dependabot rebase
    will rebase this PR •
    @dependabot recreate
    will recreate this PR, overwriting any edits that have been made to it •
    @dependabot merge
    will merge this PR after your CI passes on it •
    @dependabot squash and merge
    will squash and merge this PR after your CI passes on it •
    @dependabot cancel merge
    will cancel a previously requested merge and block automerging •
    @dependabot reopen
    will reopen this PR if it is closed •
    @dependabot close
    will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually •
    @dependabot show <dependency name> ignore conditions
    will show all of the ignore conditions of the specified dependency •
    @dependabot ignore this major version
    will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) •
    @dependabot ignore this minor version
    will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) •
    @dependabot ignore this dependency
    will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) voxpupuli/puppet-syntax
    • 1
    • 1
  • g

    GitHub

    10/27/2025, 2:34 PM
    2 new commits pushed to
    <https://github.com/voxpupuli/puppet-syntax/tree/master|master>
    by bastelfreak
    <https://github.com/voxpupuli/puppet-syntax/commit/528bbc1f57c08218b2b5bfd15d9cc17e2fb19dac|528bbc1f>
    - Bump actions/download-artifact from 5 to 6
    <https://github.com/voxpupuli/puppet-syntax/commit/fe9caa3e1e9a8e2ef6626235604700aedfbc604a|fe9caa3e>
    - Merge pull request #202 from voxpupuli/dependabot/github_actions/actions/download-artifact-6 voxpupuli/puppet-syntax
  • g

    GitHub

    10/27/2025, 2:51 PM
    2 new commits pushed to
    <https://github.com/voxpupuli/metadata-json-lint/tree/master|master>
    by bastelfreak
    <https://github.com/voxpupuli/metadata-json-lint/commit/78f8cc80421f81595b279c5996d2b2adb37cca0f|78f8cc80>
    - Bump actions/download-artifact from 5 to 6
    <https://github.com/voxpupuli/metadata-json-lint/commit/602718493b5b2caa57468973c353b43670f1104c|60271849>
    - Merge pull request #171 from voxpupuli/dependabot/github_actions/actions/download-artifact-6 voxpupuli/metadata-json-lint
  • g

    GitHub

    10/27/2025, 3:02 PM
    2 new commits pushed to
    <https://github.com/voxpupuli/metadata-json-lint/tree/master|master>
    by bastelfreak
    <https://github.com/voxpupuli/metadata-json-lint/commit/539a48c7d4e54361dbebdca3e302da8733050909|539a48c7>
    - Bump actions/upload-artifact from 4 to 5
    <https://github.com/voxpupuli/metadata-json-lint/commit/e247524c34c818b318b1a14a6069166c356eb2b7|e247524c>
    - Merge pull request #170 from voxpupuli/dependabot/github_actions/actions/upload-artifact-5 voxpupuli/metadata-json-lint
  • g

    GitHub

    10/27/2025, 3:07 PM
    2 new commits pushed to
    <https://github.com/voxpupuli/puppet-syntax/tree/master|master>
    by bastelfreak
    <https://github.com/voxpupuli/puppet-syntax/commit/0d3074b9a1fa9f459322dd40799aca4a0939bccb|0d3074b9>
    - Bump actions/upload-artifact from 4 to 5
    <https://github.com/voxpupuli/puppet-syntax/commit/1815d2a7432ecc2103599cea93adbe7cba434140|1815d2a7>
    - Merge pull request #201 from voxpupuli/dependabot/github_actions/actions/upload-artifact-5 voxpupuli/puppet-syntax
  • g

    GitHub

    10/29/2025, 8:24 AM
    #203 docs: update style and versions in readme Pull request opened by rwaffen voxpupuli/puppet-syntax
    • 1
    • 1
  • g

    GitHub

    10/29/2025, 8:26 AM
    2 new commits pushed to
    <https://github.com/voxpupuli/puppet-syntax/tree/master|master>
    by bastelfreak
    <https://github.com/voxpupuli/puppet-syntax/commit/8263cf608a771497d41f1b00a12069a144151762|8263cf60>
    - docs: update style and versions in readme
    <https://github.com/voxpupuli/puppet-syntax/commit/deffb6eeb8ebd3b4b7506ed21efe800ae26d75af|deffb6ee>
    - Merge pull request #203 from voxpupuli/docs_update voxpupuli/puppet-syntax
  • g

    GitHub

    11/21/2025, 1:06 PM
    #172 Bump actions/checkout from 5 to 6 Pull request opened by dependabot[bot] Bumps actions/checkout from 5 to 6. Release notes Sourced from actions/checkout's releases.
    ## v6.0.0
    ## What's Changed
    • Update README to include Node.js 24 support details and requirements by `@​salmanmkc` in actions/checkout#2248
    • Persist creds to a separate file by `@​ericsciple` in actions/checkout#2286
    • v6-beta by `@​ericsciple` in actions/checkout#2298
    • update readme/changelog for v6 by `@​ericsciple` in actions/checkout#2311
    Full Changelog: actions/checkout@v5.0.0...v6.0.0
    ## v6-beta
    ## What's Changed
    Updated persist-credentials to store the credentials under
    $RUNNER_TEMP
    instead of directly in the local git config.
    This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.
    ## v5.0.1
    ## What's Changed
    • Port v6 cleanup to v5 by `@​ericsciple` in actions/checkout#2301
    Full Changelog: actions/checkout@v5...v5.0.1
    Changelog Sourced from actions/checkout's changelog.
    # Changelog
    ## V6.0.0
    • Persist creds to a separate file by `@​ericsciple` in actions/checkout#2286
    • Update README to include Node.js 24 support details and requirements by `@​salmanmkc` in actions/checkout#2248
    ## V5.0.1
    • Port v6 cleanup to v5 by `@​ericsciple` in actions/checkout#2301
    ## V5.0.0
    • Update actions checkout to use node 24 by `@​salmanmkc` in actions/checkout#2226
    ## V4.3.1
    • Port v6 cleanup to v4 by `@​ericsciple` in actions/checkout#2305
    ## V4.3.0
    • docs: update README.md by `@​motss` in actions/checkout#1971
    • Add internal repos for checking out multiple repositories by `@​mouismail` in actions/checkout#1977
    • Documentation update - add recommended permissions to Readme by `@​benwells` in actions/checkout#2043
    • Adjust positioning of user email note and permissions heading by `@​joshmgross` in actions/checkout#2044
    • Update README.md by `@​nebuk89` in actions/checkout#2194
    • Update CODEOWNERS for actions by `@​TingluoHuang` in actions/checkout#2224
    • Update package dependencies by `@​salmanmkc` in actions/checkout#2236
    ## v4.2.2
    •
    url-helper.ts
    now leverages well-known environment variables by `@​jww3` in actions/checkout#1941
    • Expand unit test coverage for
    isGhes
    by `@​jww3` in actions/checkout#1946
    ## v4.2.1
    • Check out other refs/* by commit if provided, fall back to ref by `@​orhantoy` in actions/checkout#1924
    ## v4.2.0
    • Add Ref and Commit outputs by `@​lucacome` in actions/checkout#1180
    • Dependency updates by `@​dependabot`- actions/checkout#1777, actions/checkout#1872
    ## v4.1.7
    • Bump the minor-npm-dependencies group across 1 directory with 4 updates by `@​dependabot` in actions/checkout#1739
    • Bump actions/checkout from 3 to 4 by `@​dependabot` in actions/checkout#1697
    • Check out other refs/* by commit by `@​orhantoy` in actions/checkout#1774
    • Pin actions/checkout's own workflows to a known, good, stable version. by `@​jww3` in actions/checkout#1776
    ## v4.1.6
    • Check platform to set archive extension appropriately by `@​cory-miller` in actions/checkout#1732
    ## v4.1.5
    • Update NPM dependencies by `@​cory-miller` in actions/checkout#1703
    • Bump github/codeql-action from 2 to 3 by `@​dependabot` in actions/checkout#1694
    • Bump actions/setup-node from 1 to 4 by `@​dependabot` in actions/checkout#1696
    • Bump actions/upload-artifact from 2 to 4 by `@​dependabot` in actions/checkout#1695
    ... (truncated) Commits • `1af3b93` update readme/changelog for v6 (#2311) • `71cf226` v6-beta (#2298) • `069c695` Persist creds to a separate file (#2286) • `ff7abcd` Update README to include Node.js 24 support details and requirements (#2248) • See full diff in compare view <https://docs.github.com/en/github/managing-security-vulnerabilities/ab… voxpupuli/metadata-json-lint
    • 1
    • 1
  • g

    GitHub

    11/21/2025, 1:06 PM
    #204 Bump actions/checkout from 5 to 6 Pull request opened by dependabot[bot] Bumps actions/checkout from 5 to 6. Release notes Sourced from actions/checkout's releases.
    ## v6.0.0
    ## What's Changed
    • Update README to include Node.js 24 support details and requirements by `@​salmanmkc` in actions/checkout#2248
    • Persist creds to a separate file by `@​ericsciple` in actions/checkout#2286
    • v6-beta by `@​ericsciple` in actions/checkout#2298
    • update readme/changelog for v6 by `@​ericsciple` in actions/checkout#2311
    Full Changelog: actions/checkout@v5.0.0...v6.0.0
    ## v6-beta
    ## What's Changed
    Updated persist-credentials to store the credentials under
    $RUNNER_TEMP
    instead of directly in the local git config.
    This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.
    ## v5.0.1
    ## What's Changed
    • Port v6 cleanup to v5 by `@​ericsciple` in actions/checkout#2301
    Full Changelog: actions/checkout@v5...v5.0.1
    Changelog Sourced from actions/checkout's changelog.
    # Changelog
    ## V6.0.0
    • Persist creds to a separate file by `@​ericsciple` in actions/checkout#2286
    • Update README to include Node.js 24 support details and requirements by `@​salmanmkc` in actions/checkout#2248
    ## V5.0.1
    • Port v6 cleanup to v5 by `@​ericsciple` in actions/checkout#2301
    ## V5.0.0
    • Update actions checkout to use node 24 by `@​salmanmkc` in actions/checkout#2226
    ## V4.3.1
    • Port v6 cleanup to v4 by `@​ericsciple` in actions/checkout#2305
    ## V4.3.0
    • docs: update README.md by `@​motss` in actions/checkout#1971
    • Add internal repos for checking out multiple repositories by `@​mouismail` in actions/checkout#1977
    • Documentation update - add recommended permissions to Readme by `@​benwells` in actions/checkout#2043
    • Adjust positioning of user email note and permissions heading by `@​joshmgross` in actions/checkout#2044
    • Update README.md by `@​nebuk89` in actions/checkout#2194
    • Update CODEOWNERS for actions by `@​TingluoHuang` in actions/checkout#2224
    • Update package dependencies by `@​salmanmkc` in actions/checkout#2236
    ## v4.2.2
    •
    url-helper.ts
    now leverages well-known environment variables by `@​jww3` in actions/checkout#1941
    • Expand unit test coverage for
    isGhes
    by `@​jww3` in actions/checkout#1946
    ## v4.2.1
    • Check out other refs/* by commit if provided, fall back to ref by `@​orhantoy` in actions/checkout#1924
    ## v4.2.0
    • Add Ref and Commit outputs by `@​lucacome` in actions/checkout#1180
    • Dependency updates by `@​dependabot`- actions/checkout#1777, actions/checkout#1872
    ## v4.1.7
    • Bump the minor-npm-dependencies group across 1 directory with 4 updates by `@​dependabot` in actions/checkout#1739
    • Bump actions/checkout from 3 to 4 by `@​dependabot` in actions/checkout#1697
    • Check out other refs/* by commit by `@​orhantoy` in actions/checkout#1774
    • Pin actions/checkout's own workflows to a known, good, stable version. by `@​jww3` in actions/checkout#1776
    ## v4.1.6
    • Check platform to set archive extension appropriately by `@​cory-miller` in actions/checkout#1732
    ## v4.1.5
    • Update NPM dependencies by `@​cory-miller` in actions/checkout#1703
    • Bump github/codeql-action from 2 to 3 by `@​dependabot` in actions/checkout#1694
    • Bump actions/setup-node from 1 to 4 by `@​dependabot` in actions/checkout#1696
    • Bump actions/upload-artifact from 2 to 4 by `@​dependabot` in actions/checkout#1695
    ... (truncated) Commits • `1af3b93` update readme/changelog for v6 (#2311) • `71cf226` v6-beta (#2298) • `069c695` Persist creds to a separate file (#2286) • `ff7abcd` Update README to include Node.js 24 support details and requirements (#2248) • See full diff in compare view <https://docs.github.com/en/github/managing-security-vulnerabilities/ab… voxpupuli/puppet-syntax
    • 1
    • 1
  • g

    GitHub

    11/21/2025, 1:08 PM
    2 new commits pushed to
    <https://github.com/voxpupuli/metadata-json-lint/tree/master|master>
    by bastelfreak
    <https://github.com/voxpupuli/metadata-json-lint/commit/52d7e960ccfbe385239c544c7446933a3afe3025|52d7e960>
    - Bump actions/checkout from 5 to 6
    <https://github.com/voxpupuli/metadata-json-lint/commit/9318fcb01d5f70206297b85ba767ee30a0f6a81c|9318fcb0>
    - Merge pull request #172 from voxpupuli/dependabot/github_actions/actions/checkout-6 voxpupuli/metadata-json-lint
  • g

    GitHub

    11/21/2025, 1:08 PM
    2 new commits pushed to
    <https://github.com/voxpupuli/puppet-syntax/tree/master|master>
    by bastelfreak
    <https://github.com/voxpupuli/puppet-syntax/commit/582470db407a0899a8fb1b284042f0fac4e4d24c|582470db>
    - Bump actions/checkout from 5 to 6
    <https://github.com/voxpupuli/puppet-syntax/commit/543721134c6b06b6a35defcd3479b40697a67daa|54372113>
    - Merge pull request #204 from voxpupuli/dependabot/github_actions/actions/checkout-6 voxpupuli/puppet-syntax