Issue #3439713 by phenaproxima, alexpott, sonfd, thejimbirch, larowlan,...
Issue #3439713 by phenaproxima, alexpott, sonfd, thejimbirch, larowlan, berdir: Deprecate using the simpleConfigUpdate action on config entities, and introduce a new setProperties action to replace the invalid use cases
// @todo Make this an exception in https://www.drupal.org/node/3515544.
@trigger_error('Using the simpleConfigUpdate config action on config entities is deprecated in drupal:11.2.0 and throws an exception in drupal:12.0.0. Use the setProperties action instead. See https://www.drupal.org/node/3515543',E_USER_DEPRECATED);
$this->expectDeprecation('Using the simpleConfigUpdate config action on config entities is deprecated in drupal:11.2.0 and throws an exception in drupal:12.0.0. Use the setProperties action instead. See https://www.drupal.org/node/3515543');