Function renounceOwnership() doesnt notify UniversalReceiver, while transferOwnership()  and acceptOwnership().
This is inconsistent and could mean the administration and verification of ownership isnt accurate, especially because the operation can be started via a controller that isnt the owner (see LSP0ERC725AccountCore.sol renounceOwnership).
Note: this situation exists in both LSP0ERC725AccountCore and LSP14Ownable2Step.
LSP0ERC725AccountCore.sol#L557-L697
LSP14Ownable2Step.sol#L66-L113
Also send updates from renounceOwnership().
