Skip to content

Bump fhem/fhem-controls-actions from 3.0.1 to 4.0.0 - #171

Merged
sidey79 merged 1 commit into
masterfrom
dependabot/github_actions/fhem/fhem-controls-actions-4.0.0
Jul 28, 2026
Merged

Bump fhem/fhem-controls-actions from 3.0.1 to 4.0.0#171
sidey79 merged 1 commit into
masterfrom
dependabot/github_actions/fhem/fhem-controls-actions-4.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps fhem/fhem-controls-actions from 3.0.1 to 4.0.0.

Release notes

Sourced from fhem/fhem-controls-actions's releases.

Version 4.0.0

What's Changed

Relative paths in controls files

Generated UPD entries are now relative to the location of the controls file.

  • Paths no longer start with ./ or ../.
  • When the controls file is stored in a subdirectory, generated paths are relative to that directory.
  • This produces paths that can be used directly by FHEM update commands.

For example, a controls file stored as controls/controls_example.txt now contains paths relative to the controls directory.

[!IMPORTANT] This changes the path format generated by previous versions. Please review workflows or tools that rely on the former ./-prefixed paths.

ECMAScript module support

The action and its tests have been migrated from CommonJS to ECMAScript modules. This prepares the project for the current @actions/core release and modern Node.js environments.

Build and CI modernization

  • Node.js 20 has been removed from the test matrix.
  • Renovate has been added for automated dependency maintenance.

Dependency and tooling updates

The following list shows only the overall changes from v3.0.0 to v4.0.0, without intermediate update steps:

Runtime and development dependencies

  • @actions/core: 1.11.13.0.1
  • @vercel/ncc: 0.38.40.44.1
  • eslint: 9.39.110.7.0
  • jest: 30.2.030.4.2

GitHub Actions

  • actions/checkout: v6v7
  • actions/setup-node: v6v7
  • andstor/file-existence-action: v3.0.0v3.1.0
  • EndBug/add-and-commit: v9v10

Full Changelog: fhem/fhem-controls-actions@v3.0.1...v4.0.0

Version 4.0.0-beta1

What's Changed

Use relative path from controls file instead of path from repo root.

... (truncated)

Commits
  • a90bd18 Merge pull request #325 from fhem/feat/relPath
  • 6bc3d30 Merge remote-tracking branch 'origin/main' into feat/relPath
  • 06aeb39 Merge pull request #321 from fhem/renovate/actions-core-3.x
  • ddee7e6 Support @​actions/core v3 ESM
  • de76dea Commit Dist file
  • 57dfc61 Merge remote-tracking branch 'origin/main' into feat/relPath
  • eaa553c Update dependency @​actions/core to v3
  • bdb8d16 Merge pull request #328 from fhem/dependabot/npm_and_yarn/undici-6.27.0
  • 5738bc2 Merge pull request #334 from fhem/renovate/actions-setup-node-7.x
  • 28c9708 Update actions/setup-node action to v7
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [fhem/fhem-controls-actions](https://github.com/fhem/fhem-controls-actions) from 3.0.1 to 4.0.0.
- [Release notes](https://github.com/fhem/fhem-controls-actions/releases)
- [Commits](fhem/fhem-controls-actions@v3.0.1...v4.0.0)

---
updated-dependencies:
- dependency-name: fhem/fhem-controls-actions
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 27, 2026
@sidey79
sidey79 merged commit c0d7969 into master Jul 28, 2026
2 checks passed
@dependabot
dependabot Bot deleted the dependabot/github_actions/fhem/fhem-controls-actions-4.0.0 branch July 28, 2026 15:06
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_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant